aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/img_format.h
diff options
context:
space:
mode:
authorGravatar wm4 <wm4@nowhere>2012-10-22 22:52:22 +0200
committerGravatar wm4 <wm4@nowhere>2012-10-22 22:52:22 +0200
commit8bf4a60bbee3878e7e6b1366bf296cf8d3eedc8f (patch)
treebd578354d85cd66cf86de112bf11b9f2c78e0ae0 /libmpcodecs/img_format.h
parent022517bdf5a1fc484096217bac8c7d7fbc78fa7b (diff)
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.
Diffstat (limited to 'libmpcodecs/img_format.h')
-rw-r--r--libmpcodecs/img_format.h1
1 files changed, 0 insertions, 1 deletions
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.