You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
oggparsetheora: print error when failing on unknown header
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user