diff options
Diffstat (limited to 'src/libffmpeg/libavcodec/4xm.c')
-rw-r--r-- | src/libffmpeg/libavcodec/4xm.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/libffmpeg/libavcodec/4xm.c b/src/libffmpeg/libavcodec/4xm.c index 50dc4a55b..fd84f8968 100644 --- a/src/libffmpeg/libavcodec/4xm.c +++ b/src/libffmpeg/libavcodec/4xm.c @@ -600,8 +600,6 @@ static int decode_frame(AVCodecContext *avctx, AVFrame *p, temp; int i, frame_4cc, frame_size; - *data_size = 0; - /* special case for last picture */ if (buf_size == 0) { return 0; |