[FFmpeg-devel] [PATCH 3/3] avformat: add SMPTE 337M demuxer

Derek Buitenhuis derek.buitenhuis at gmail.com
Thu Jun 29 23:10:19 EEST 2017


On 6/27/2017 10:59 AM, foo86 wrote:
> +static int s337m_get_offset_and_codec(AVFormatContext *s,
> +                                      uint64_t state,
> +                                      int data_type, int data_size,
> +                                      int *offset, int *codec)

NIT: Technically, codec should be of type enum AVCodecID.

- Derek


More information about the ffmpeg-devel mailing list