On 05/02/15 14:12, Vittorio Giovara wrote:
On Fri, Jan 23, 2015 at 7:16 PM, Vittorio Giovara
<[email protected]> wrote:
On Tue, Jan 13, 2015 at 1:55 PM, Vittorio Giovara
<[email protected]> wrote:
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

ping

ping


This one confuses me, this is a single array of AVCodecTag, "codec_id-codec_tag pairs" makes you expect something different.

lu
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to