On Thu, Dec 4, 2014 at 8:09 PM, Vittorio Giovara <[email protected]> wrote: > --- > At least according to my interpretation of the api... > > Vittorio > > libavformat/avformat.h | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/libavformat/avformat.h b/libavformat/avformat.h > index ade5d2f..4706f62 100644 > --- a/libavformat/avformat.h > +++ b/libavformat/avformat.h > @@ -538,6 +538,10 @@ typedef struct AVInputFormat { > */ > const char *extensions; > > + /** > + * List of supported codec_id-codec_tag pairs, ordered by "better > + * choice first". The arrays are all terminated by AV_CODEC_ID_NONE. > + */ > const struct AVCodecTag * const *codec_tag; > > const AVClass *priv_class; ///< AVClass for the private context > -- > 1.9.3 (Apple Git-50) >
ping -- Vittorio _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
