diff options
author | Chris Stones <chris.stones@gmail.com> | 2010-03-01 16:47:44 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-03-01 16:47:44 +0000 |
commit | 49b609820d68fb3527046d14c88e6f997e1a3bad (patch) | |
tree | 7ef9210489266a8f8b7921e96004f2698a4fddba /ffmpeg.c | |
parent | 2bcaf2feeb7cf064323aa4afd14338cde7bbb20b (diff) | |
download | ffmpeg-49b609820d68fb3527046d14c88e6f997e1a3bad.tar.gz |
Don't let output pixel format influence input pixel format.
Patch by Chris Stones, chris D stones A gmail
Originally committed as revision 22130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -3213,6 +3213,7 @@ static void new_video_stream(AVFormatContext *oc) video_disable = 0; av_freep(&video_codec_name); video_stream_copy = 0; + frame_pix_fmt = PIX_FMT_NONE; } static void new_audio_stream(AVFormatContext *oc) |