[FFmpeg-devel] [PATCH] libavcodec/mmaldec.c: add needs for deinterlacing

Michael Niedermayer michael at niedermayer.cc
Sat May 21 21:57:43 CEST 2016


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 <zillevdr at 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"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160521/7ffa666f/attachment.sig>


More information about the ffmpeg-devel mailing list