Remove from the list of the supported formats the formats which are

not correctly supported.

See the thread:
"[FFmpeg-devel] [PATCH] Remove not truly supported formats support from the crop filter".

Originally committed as revision 20576 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Stefano Sabatini 15 years ago
parent 87ca1b8f7f
commit 2d64744fed
  1. 3
      libavfilter/vf_crop.c

@ -56,9 +56,6 @@ static int query_formats(AVFilterContext *ctx)
PIX_FMT_YUVJ444P, PIX_FMT_YUVJ422P,
PIX_FMT_YUVJ420P, PIX_FMT_YUVJ440P,
PIX_FMT_YUVA420P,
PIX_FMT_NV12, PIX_FMT_NV21,
PIX_FMT_YUYV422, PIX_FMT_UYVY422,
PIX_FMT_UYYVYY411,
PIX_FMT_RGB8, PIX_FMT_BGR8,
PIX_FMT_RGB4_BYTE, PIX_FMT_BGR4_BYTE,
PIX_FMT_PAL8, PIX_FMT_GRAY8,

Loading…
Cancel
Save