]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
avformat/mov: print the projection type when reporting it as unsupported
[ffmpeg] / libavformat / avformat.h
index 4ea1b5ab727b35663a23310f72a56046d9424ea0..a2fe7c6bb2cafe8f9c16ab541d3d70079f26ba2a 100644 (file)
@@ -845,6 +845,7 @@ typedef struct AVStreamInternal AVStreamInternal;
 #define AV_DISPOSITION_CAPTIONS     0x10000
 #define AV_DISPOSITION_DESCRIPTIONS 0x20000
 #define AV_DISPOSITION_METADATA     0x40000
+#define AV_DISPOSITION_DEPENDENT    0x80000 ///< dependent audio stream (mix_type=0 in mpegts)
 
 /**
  * Options for behavior on timestamp wrap detection.