summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/img_format.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@mplayer2.org>2011-12-10 22:39:43 +0200
committerUoti Urpala <uau@mplayer2.org>2012-03-25 22:30:37 +0300
commit4f1e4eae993a22eff4561c7c05f723f6c9ff94b8 (patch)
tree98ad365a282453b1929450d2d412ea6afa026316 /libmpcodecs/img_format.c
parentfd50478659e56db84e8564434702cdc8291ac854 (diff)
downloadmpv-4f1e4eae993a22eff4561c7c05f723f6c9ff94b8.tar.bz2
mpv-4f1e4eae993a22eff4561c7c05f723f6c9ff94b8.tar.xz
cosmetics: misc minor cleanups
The deleted ZRM* things were only relevant to vo_zr, which was deleted earlier.
Diffstat (limited to 'libmpcodecs/img_format.c')
-rw-r--r--libmpcodecs/img_format.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmpcodecs/img_format.c b/libmpcodecs/img_format.c
index c4884f3eca..c6d3e82149 100644
--- a/libmpcodecs/img_format.c
+++ b/libmpcodecs/img_format.c
@@ -102,9 +102,6 @@ const char *vo_format_name(int format)
case IMGFMT_YUVP: return "Packed YUVP";
case IMGFMT_UYVP: return "Packed UYVP";
case IMGFMT_MPEGPES: return "Mpeg PES";
- case IMGFMT_ZRMJPEGNI: return "Zoran MJPEG non-interlaced";
- case IMGFMT_ZRMJPEGIT: return "Zoran MJPEG top field first";
- case IMGFMT_ZRMJPEGIB: return "Zoran MJPEG bottom field first";
case IMGFMT_XVMC_MOCO_MPEG2: return "MPEG1/2 Motion Compensation";
case IMGFMT_XVMC_IDCT_MPEG2: return "MPEG1/2 Motion Compensation and IDCT";
case IMGFMT_VDPAU_MPEG1: return "MPEG1 VDPAU acceleration";