oggparsetheora: print error when failing on unknown header

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2012-09-25 17:32:11 +02:00
parent abcaacf1ac
commit d9d56712e9

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;
}