From 8bf4a60bbee3878e7e6b1366bf296cf8d3eedc8f Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 22 Oct 2012 22:52:22 +0200 Subject: VF: remove IMGFMT_MPEGPES This wasn't used anymore. Remove the reference to IMGFMT_MJPEG in vf_dlopen as well. Thus format is used as FourCC in the TV code (i.e. it's on the demuxer level, just like raw formats), and never appears in the video filter chain. For starters, vd_ffmpeg can never produce this format. --- libmpcodecs/img_format.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libmpcodecs/img_format.h') diff --git a/libmpcodecs/img_format.h b/libmpcodecs/img_format.h index edd7040327..b488734f02 100644 --- a/libmpcodecs/img_format.h +++ b/libmpcodecs/img_format.h @@ -198,7 +198,6 @@ #define IMGFMT_UYVP 0x50565955 // 10-bit UYVY /* Compressed Formats */ -#define IMGFMT_MPEGPES (('M'<<24)|('P'<<16)|('E'<<8)|('S')) #define IMGFMT_MJPEG (('M')|('J'<<8)|('P'<<16)|('G'<<24)) // VDPAU specific format. -- cgit v1.2.3