diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2003-11-30 14:35:35 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2003-11-30 14:35:35 +0000 |
commit | 68b94c354d913a9cc8b110d66d8d5faab3572025 (patch) | |
tree | fe001be77acded033a1cb532492d689e9579fed9 /libavcodec/h263dec.c | |
parent | 3e8a5124a24719c89921cc5aa6215ff9d480ed0e (diff) | |
download | ffmpeg-68b94c354d913a9cc8b110d66d8d5faab3572025.tar.gz |
rv20 decoder
Originally committed as revision 2543 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r-- | libavcodec/h263dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c index ebce4dd479..a8ca7ab8ea 100644 --- a/libavcodec/h263dec.c +++ b/libavcodec/h263dec.c @@ -52,6 +52,7 @@ int ff_h263_decode_init(AVCodecContext *avctx) switch(avctx->codec->id) { case CODEC_ID_H263: s->gob_number = 0; + s->unrestricted_mv= 0; break; case CODEC_ID_MPEG4: s->time_increment_bits = 4; /* default value for broken headers */ |