[FFmpeg-devel] [PATCH]Accept -(v)tag for input streams
Carl Eugen Hoyos
cehoyos at ag.or.at
Sun Oct 16 19:06:09 CEST 2011
Michael Niedermayer <michaelni <at> gmx.at> writes:
> > Attached patch allows for example to read raw YV12 samples without having to
> > remux them.
> >
> > Please comment, Carl Eugen
>
> > ffmpeg.c | 9 +++++++++
> > 1 file changed, 9 insertions(+)
> > ae078ecf5ee86bd7da55f2b59732b3a456971776 patchinputtag.diff
>
> if it works its LGTM
It works fine for the two use cases that were reported: Decoding of YV12 streams
(swapped U and V) and remuxing of raw video streams that were written to avi by
a broken application (RGB detected as yuv because yuv was written in the avi
header).
Pushed, Carl Eugen
More information about the ffmpeg-devel
mailing list