]> git.sesse.net Git - casparcg/blobdiff - ffmpeg 0.8/include/libavformat/avformat.h
2.0.0.2: Updated ffmpeg.
[casparcg] / ffmpeg 0.8 / include / libavformat / avformat.h
index e43588126413f63118b24767ef1684ae2d8953f8..40ba81b01e6ae11308f948c38a3166795ed9ff5d 100644 (file)
@@ -646,7 +646,7 @@ typedef struct AVStream {
         int64_t last_dts;
         int64_t duration_gcd;
         int duration_count;
-        double duration_error[MAX_STD_TIMEBASES];
+        double duration_error[2][2][MAX_STD_TIMEBASES];
         int64_t codec_info_duration;
     } *info;
 
@@ -1720,4 +1720,12 @@ int av_match_ext(const char *filename, const char *extensions);
  */
 int avformat_query_codec(AVOutputFormat *ofmt, enum CodecID codec_id, int std_compliance);
 
+/**
+ * Get the AVClass for AVFormatContext. It can be used in combination with
+ * AV_OPT_SEARCH_FAKE_OBJ for examining options.
+ *
+ * @see av_opt_find().
+ */
+const AVClass *avformat_get_class(void);
+
 #endif /* AVFORMAT_AVFORMAT_H */