[FFmpeg-devel] [PATCH] y41p encoder and decoder

Paul B Mahol onemda at gmail.com
Tue Jan 3 17:05:34 CET 2012


On 1/2/12, Carl Eugen Hoyos <cehoyos at ag.or.at> wrote:
> Paul B Mahol <onemda <at> gmail.com> writes:
>
>> Mplayer with bt411 driver crashes when trying to play Y41P muxed in
>> avi with ffmpeg. (Even if I use -vcodec copy).
>
> I wanted to commit, but no file I created with -vcodec y41p could be played
> with
> mplayer -vc bt411.

Found couse of crash with bt411, looks like our avi muxer writes
"wrong" 186. byte.

bt411 expects 0x0c (12) but ffmpeg writes  0x18 (24).


More information about the ffmpeg-devel mailing list