You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
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
This commit is contained in:
committed by
Carl Eugen Hoyos
parent
2bcaf2feeb
commit
49b609820d
1
ffmpeg.c
1
ffmpeg.c
@@ -3213,6 +3213,7 @@ static void new_video_stream(AVFormatContext *oc)
|
|||||||
video_disable = 0;
|
video_disable = 0;
|
||||||
av_freep(&video_codec_name);
|
av_freep(&video_codec_name);
|
||||||
video_stream_copy = 0;
|
video_stream_copy = 0;
|
||||||
|
frame_pix_fmt = PIX_FMT_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
static void new_audio_stream(AVFormatContext *oc)
|
static void new_audio_stream(AVFormatContext *oc)
|
||||||
|
Reference in New Issue
Block a user