]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
Check for huffman tree building error in vp6 decoder.
[ffmpeg] / libavformat / avformat.h
index 4315710e3147efac3e36ecb9657c76def9e1f2f8..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;