]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
Merge commit '5fccedaa67390ccddd6347c8e1c71b7664558bcd'
[ffmpeg] / libavformat / avformat.h
index a1185cafcb0f4385721791f84c02de1221a6fb05..7d2db6a3a0663b1559605d0f6562d86118200a08 100644 (file)
@@ -891,6 +891,12 @@ typedef struct AVStream {
         double (*duration_error)[2][MAX_STD_TIMEBASES];
         int64_t codec_info_duration;
         int64_t codec_info_duration_fields;
+
+        /**
+         * 0  -> decoder has not been searched for yet.
+         * >0 -> decoder found
+         * <0 -> decoder with codec_id == -found_decoder has not been found
+         */
         int found_decoder;
 
         int64_t last_duration;