diff options
Diffstat (limited to 'libavcodec/r210enc.c')
-rw-r--r-- | libavcodec/r210enc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/r210enc.c b/libavcodec/r210enc.c index 10ae001915..87bb64bfb6 100644 --- a/libavcodec/r210enc.c +++ b/libavcodec/r210enc.c @@ -75,7 +75,6 @@ static int encode_frame(AVCodecContext *avctx, AVPacket *pkt, src_line += pic->linesize[0]; } - pkt->size = 4 * aligned_width * avctx->height; pkt->flags |= AV_PKT_FLAG_KEY; *got_packet = 1; return 0; |