On Sat, May 21, 2016 at 09:20:55PM +0200, Jens Ziller wrote: > for deinterlacing is needed frame->interlaced_frame and format > struct. This patch added this. > > Signed-off-by: Jens Ziller <zille...@gmx.de> > --- > libavcodec/mmaldec.c | 16 ++++++++++++++++ > 1 file changed, 16 insertions(+) > > diff --git a/libavcodec/mmaldec.c b/libavcodec/mmaldec.c > index 52232d5..89f19a0 100644 > --- a/libavcodec/mmaldec.c > +++ b/libavcodec/mmaldec.c > @@ -88,6 +88,7 @@ typedef struct MMALDecodeContext { > int eos_received; > int eos_sent; > int extradata_sent; > + int interlaced_frame; > } MMALDecodeContext; > > // Assume decoder is guaranteed to produce output after at least this > many > @@ -274,6 +275,7 @@ static int ffmal_update_format(AVCodecContext > *avctx)
the inline patch is corrupted by newlines the attached patch is missing the author "Patch does not have a valid e-mail address." and the whole mail cannot be applied as the inline patch is corrupted [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB The real ebay dictionary, page 2 "100% positive feedback" - "All either got their money back or didnt complain" "Best seller ever, very honest" - "Seller refunded buyer after failed scam"
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel