summaryrefslogtreecommitdiff
path: root/libavcodec/mdec.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2004-05-21 14:40:35 +0000
committerMichael Niedermayer <michaelni@gmx.at>2004-05-21 14:40:35 +0000
commite8733cc4d9b866643009342ec6839795a059fe53 (patch)
tree8102a0494006f678af09d256073504919c30e262 /libavcodec/mdec.c
parent53db1cae1c2d555d207563e0197809faf23b3dcc (diff)
more data_size=0 cleanup
Originally committed as revision 3147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/mdec.c')
-rw-r--r--libavcodec/mdec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/mdec.c b/libavcodec/mdec.c
index 219a39b257..ef4e6ec0a9 100644
--- a/libavcodec/mdec.c
+++ b/libavcodec/mdec.c
@@ -163,8 +163,6 @@ static int decode_frame(AVCodecContext *avctx,
AVFrame * const p= (AVFrame*)&a->picture;
int i;
- *data_size = 0;
-
/* special case for last picture */
if (buf_size == 0) {
return 0;