[FFmpeg-devel] v210 decoder patch

Alex Beregszaszi alex
Tue Jul 17 20:32:33 CEST 2007


Hi,

> I came across a HD .avi file that I couldn't play back using usual software
> (VLC, ffmpeg, Quicktime), so I created a function in ffmpeg to convert this
> v210 pixel format to YUV422.
> I'm trying to submit this as a patch so ffmpeg can read these HD AVI files
> with riff == "v210".
> 
> Let me know if you like this patch and if there is something wrong with it.

Why do you add PIX_FMT_V210 if it's not used? Please upload some samples
files to mplayerhq.

Are you sure this is the best way to handle this? What about adding a
converter into swscale? As it looks like no compression is really done,
this should be handled in swscale, imho.

--
Alex






More information about the ffmpeg-devel mailing list