Commit d9d56712 authored by Michael Niedermayer's avatar Michael Niedermayer

oggparsetheora: print error when failing on unknown header

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent abcaacf1
......@@ -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;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment