Commit 862e10cb authored by michael's avatar michael

Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@16967 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 80583c06
......@@ -547,6 +547,9 @@ static av_cold int rv10_decode_init(AVCodecContext *avctx)
if (avctx->sub_id == 0x10000000) {
s->rv10_version= 0;
s->low_delay=1;
} else if (avctx->sub_id == 0x10001000) {
s->rv10_version= 3;
s->low_delay=1;
} else if (avctx->sub_id == 0x10002000) {
s->rv10_version= 3;
s->low_delay=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