OSDN Git Service

mpegvideo: Use picture_ptr instead of picture in ff_mpeg_draw_horiz_band()
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 19 Aug 2013 22:14:24 +0000 (00:14 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 19 Aug 2013 22:19:21 +0000 (00:19 +0200)
commit68b63a3432016756a4a47396a8c522ad0c217e29
tree2a9b9ea80fa276dbbef039676788e79474dc47df
parent818ebe930fa426ac73368f8aaccf4782fcbf3f92
mpegvideo: Use picture_ptr instead of picture in ff_mpeg_draw_horiz_band()

Fixes strides and issue with mplayer and mpeg2 field pictures

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/mpegvideo.c