From c6c85528383812a0d11c8ce035b1584f35624f7c Mon Sep 17 00:00:00 2001 From: jstebbins Date: Tue, 15 Apr 2014 18:42:17 +0000 Subject: Add VP8 support Thanks to Matthew Harvey for this patch git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6165 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libhb/common.h') diff --git a/libhb/common.h b/libhb/common.h index 97ac820df..d85c7224b 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -449,6 +449,7 @@ struct hb_job_s #define HB_VCODEC_X265 0x0000004 #define HB_VCODEC_FFMPEG_MPEG4 0x0000010 #define HB_VCODEC_FFMPEG_MPEG2 0x0000020 +#define HB_VCODEC_FFMPEG_VP8 0x0000040 #define HB_VCODEC_FFMPEG_MASK 0x00000F0 #define HB_VCODEC_QSV_H264 0x0000100 #define HB_VCODEC_QSV_MASK 0x0000F00 -- cgit v1.2.3