Mercurial > libavcodec.hg
changeset 8733:91007f70b81a libavcodec
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm / issue809
author | michael |
---|---|
date | Tue, 03 Feb 2009 03:01:17 +0000 |
parents | 967c0a1a60a0 |
children | bb969c77ad18 |
files | rv10.c |
diffstat | 1 files changed, 3 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/rv10.c Mon Feb 02 20:16:00 2009 +0000 +++ b/rv10.c Tue Feb 03 03:01:17 2009 +0000 @@ -547,6 +547,9 @@ 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;