projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
c0f1445
)
Fix unknown header 10001000 / http://samples.mplayerhq.hu/real/VC-RV10/thankyou.rm...
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 3 Feb 2009 03:01:17 +0000
(
03:01
+0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 3 Feb 2009 03:01:17 +0000
(
03:01
+0000)
Originally committed as revision 16967 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rv10.c
patch
|
blob
|
blame
|
history
diff --git
a/libavcodec/rv10.c
b/libavcodec/rv10.c
index
40a08db
..
883e107
100644
(file)
--- a/
libavcodec/rv10.c
+++ b/
libavcodec/rv10.c
@@
-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;
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;
} else if (avctx->sub_id == 0x10002000) {
s->rv10_version= 3;
s->low_delay=1;