]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/dv.h
avcodec: Remove lock manager API
[ffmpeg] / libavcodec / dv.h
index 7ef5b7c552c2205d06d6a96f04a19d7e8208848e..0205d7234759a3d994a2ba124968ef0ee11f7a3d 100644 (file)
@@ -83,6 +83,7 @@ enum dv_pack_type {
 
 #define DV_PROFILE_IS_HD(p) ((p)->video_stype & 0x10)
 #define DV_PROFILE_IS_1080i50(p) (((p)->video_stype == 0x14) && ((p)->dsf == 1))
+#define DV_PROFILE_IS_1080i60(p) (((p)->video_stype == 0x14) && ((p)->dsf == 0))
 #define DV_PROFILE_IS_720p50(p)  (((p)->video_stype == 0x18) && ((p)->dsf == 1))
 
 /**