[FFmpeg-devel] [PATCH] avformat: Add v210 demuxer
Timothy Gu
timothygu99 at gmail.com
Tue Nov 10 05:43:34 CET 2015
On Sun, Nov 8, 2015 at 7:24 AM Kieran Kunhya <kierank at obe.tv> wrote:
> On 8 November 2015 at 00:30, Timothy Gu <timothygu99 at gmail.com> wrote:
> > Allows one to do:
> >
> > ffmpeg -s 1920x1080 -i blah.v210 ...
> > ffmpeg -s 1920x1080 -f v210x -i blah.yuv10 ...
> >
> > Fixes #1869.
>
> Looks good
Thanks for reviewing; applied.
> - I wonder if it can be merged with rawvideo though.
>
Technically it could be, but the code is simple enough to make any benefits
of sharing the code virtually nonexistent. IMO anyway.
Timothy
More information about the ffmpeg-devel
mailing list