On 24 Nov 2013, at 18:08, John Stebbins <stebb...@jetheaddev.com> wrote:

> diff --git a/libavutil/frame.h b/libavutil/frame.h
> index 449a6b7..2361233 100644
> --- a/libavutil/frame.h
> +++ b/libavutil/frame.h
> @@ -35,6 +35,7 @@ enum AVFrameSideDataType {
>      * The data is the AVPanScan struct defined in libavcodec.
>      */
>     AV_FRAME_DATA_PANSCAN,
> +    AV_FRAME_DATA_CC,
> };
> 
> typedef struct AVFrameSideData {

A doxy description of the associated data structure would be nice, so that 
calling applications know what to do with the side data ;-)

Tim
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to