Browse Source

oggparsetheora: print error when failing on unknown header

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.0
Michael Niedermayer 13 years ago
parent
commit
d9d56712e9
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavformat/oggparsetheora.c

+ 1
- 0
libavformat/oggparsetheora.c View File

@@ -119,6 +119,7 @@ theora_header (AVFormatContext * s, int idx)
return -1;
break;
default:
av_log(s, AV_LOG_ERROR, "Unknown header type %X\n", os->buf[os->pstart]);
return -1;
}



Loading…
Cancel
Save