projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
68b94c3
)
rv10 fix
author
Michael Niedermayer
<michaelni@gmx.at>
Sun, 30 Nov 2003 17:22:51 +0000
(17:22 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Sun, 30 Nov 2003 17:22:51 +0000
(17:22 +0000)
Originally committed as revision 2544 to svn://svn.ffmpeg.org/ffmpeg/trunk
libavcodec/rv10.c
patch
|
blob
|
history
diff --git
a/libavcodec/rv10.c
b/libavcodec/rv10.c
index
6735911
..
ec27dc3
100644
(file)
--- a/
libavcodec/rv10.c
+++ b/
libavcodec/rv10.c
@@
-393,6
+393,7
@@
static int rv10_decode_init(AVCodecContext *avctx)
s->avctx= avctx;
s->out_format = FMT_H263;
+ s->codec_id= avctx->codec_id;
s->width = avctx->width;
s->height = avctx->height;
@@
-414,9
+415,9
@@
static int rv10_decode_init(AVCodecContext *avctx)
s->h263_rv10 = 1;
break;
case 0x20001000:
- case 0x20100001:
+ case 0x20100001:
//ok
case 0x20200002:
- case 0x20101001: //
added
+ case 0x20101001: //
ok
default:
av_log(s->avctx, AV_LOG_ERROR, "unknown header %X\n", avctx->sub_id);
}