On Mon, Jan 27, 2014 at 04:20:25PM +0100, Vittorio Giovara wrote:
> --- a/libavutil/frame.h
> +++ b/libavutil/frame.h
> @@ -294,15 +294,19 @@ typedef struct AVFrame {
>       */
>      int repeat_pict;
>  
> +#ifdef FF_API_INTERLACED_FRAME
>      /**
>       * The content of the picture is interlaced.
>       */
> +    attribute_deprecated
>      int interlaced_frame;
>  
>      /**
>       * If the content is interlaced, is top field displayed first.
>       */
> +    attribute_deprecated
>      int top_field_first;
> +#endif

Please comment the #endif.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to