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