[FFmpeg-devel] [PATCH 2/2] mpeg12dec: Export GOP timecodes as side data

Derek Buitenhuis derek.buitenhuis at gmail.com
Sun Jan 31 14:42:13 CET 2016


On 1/31/2016 1:13 PM, Derek Buitenhuis wrote:
> -            if (dec_ctx->timecode_frame_start >= 0) {
> -                char tcbuf[AV_TIMECODE_STR_SIZE];
> -                av_timecode_make_mpeg_tc_string(tcbuf, dec_ctx->timecode_frame_start);
> -                print_str("timecode", tcbuf);
> -            } else {
> -                print_str_opt("timecode", "N/A");
> -            }

This bit is going to be moved inside the deprecation defines.

- Derek


More information about the ffmpeg-devel mailing list