Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2003-12-07 04:33:45 +0300
committerMichael Niedermayer <michaelni@gmx.at>2003-12-07 04:33:45 +0300
commitba58dabc5c6617f39ad83471caebb9bbd8a3e97e (patch)
tree7f54190a6bc0ead91ec8a4b014a61e7533af7f81 /libavcodec/h263dec.c
parenta8380f44cfa69c204856568f5d24851fbdb1d884 (diff)
h263 slice structured mode
slice cleanup Originally committed as revision 2568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h263dec.c')
-rw-r--r--libavcodec/h263dec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/h263dec.c b/libavcodec/h263dec.c
index 5aebb26869..306097cf40 100644
--- a/libavcodec/h263dec.c
+++ b/libavcodec/h263dec.c
@@ -51,7 +51,6 @@ int ff_h263_decode_init(AVCodecContext *avctx)
/* select sub codec */
switch(avctx->codec->id) {
case CODEC_ID_H263:
- s->gob_number = 0;
s->unrestricted_mv= 0;
break;
case CODEC_ID_MPEG4: