On Tue, Oct 09, 2018 at 02:32:02PM +0100, [email protected] wrote: > From: Devin Heitmueller <[email protected]> > > Create SMPTE ST 12-1 timecodes based on H.264 SEI picture timing > info. > > For framerates > 30 FPS, the field flag is used in conjunction with > pairs of frames which contain the same frame timestamp in S12M. > Ensure the field is properly set per the spec. [...]
> diff --git a/libavutil/frame.h b/libavutil/frame.h
> index 9d57d6ce66..0061103894 100644
> --- a/libavutil/frame.h
> +++ b/libavutil/frame.h
> @@ -123,6 +123,12 @@ enum AVFrameSideDataType {
> */
> AV_FRAME_DATA_GOP_TIMECODE,
>
> + /**
> + * Timecode which conforms to SMPTE ST 12-1. The data is a uint32_t
> which
> + * can be found described in libavutil/timecode.h.
Thats not good enough for public API, the user wont even know what part of
timecode.h describes it
> + */
> + AV_FRAME_DATA_S12M_TIMECODE,
this cannot be added into the middle of the enum, that would break ABI
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
The educated differ from the uneducated as much as the living from the
dead. -- Aristotle
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
