]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
avformat/flvdec: Also print sum_flv_tag_size on size mismatches
[ffmpeg] / libavformat / avformat.h
index 3eeeb9a139caa9f9076ae3344f8bd433d75fcc67..f66c39b1c19310d4c37a75551966492564ddb5c1 100644 (file)
@@ -1305,6 +1305,12 @@ typedef struct AVFormatInternal AVFormatInternal;
  * version bump.
  * sizeof(AVFormatContext) must not be used outside libav*, use
  * avformat_alloc_context() to create an AVFormatContext.
+ *
+ * Fields can be accessed through AVOptions (av_opt*),
+ * the name string used matches the associated command line parameter name and
+ * can be found in libavformat/options_table.h.
+ * The AVOption/command line parameter names differ in some cases from the C
+ * structure field names for historic reasons or brevity.
  */
 typedef struct AVFormatContext {
     /**