OSDN Git Service

ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from a
authorLuca Abeni <lucabe72@email.it>
Thu, 26 Jan 2006 19:38:16 +0000 (19:38 +0000)
committerRoberto Togni <r_togni@tiscali.it>
Thu, 26 Jan 2006 19:38:16 +0000 (19:38 +0000)
commitdea42fdf8d6046d23c8135539777acb26e2b9ec9
tree28f737dac376413fc46015490de27e1a12e11414
parentf038fe8b4a023351c82afcc901891097fa9b0d29
ffmpeg forgets to set AVFormatParameters::pix_fmt when capturing from a
v4l card.
In other words, if you type ffmpeg -pix_fmt yuv422 -s 352x288 test.avi
the "-pix_fmt yuv422" option will have no effect.

Patch by Luca Abeni *** lucabe72 !a! email ! it ***

Originally committed as revision 4899 to svn://svn.ffmpeg.org/ffmpeg/trunk
ffmpeg.c