Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Force one stream for hevc and m4v

2015-09-29 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > rawenc.c |2 ++ > > 1 file changed, 2 insertions(+) > > 152253d1707fbee45355abd6364a9ecc592942c8 patchonestream.diff > > LGTM Patch applied. Thank you, Carl Eugen ___ ffmpeg-devel mailing list ffmpeg-dev

Re: [FFmpeg-devel] [PATCH]lavf/rawenc: Force one stream for hevc and m4v

2015-09-26 Thread Michael Niedermayer
On Sat, Sep 26, 2015 at 10:47:53AM +0200, Carl Eugen Hoyos wrote: > Hi! > > Attached patch forces one stream for the output formats hevc > and (raw) m4v. > > Please comment, Carl Eugen > rawenc.c |2 ++ > 1 file changed, 2 insertions(+) > 152253d1707fbee45355abd6364a9ecc592942c8 patchones

[FFmpeg-devel] [PATCH]lavf/rawenc: Force one stream for hevc and m4v

2015-09-26 Thread Carl Eugen Hoyos
Hi! Attached patch forces one stream for the output formats hevc and (raw) m4v. Please comment, Carl Eugen diff --git a/libavformat/rawenc.c b/libavformat/rawenc.c index d65c7c7..7a1a3d0 100644 --- a/libavformat/rawenc.c +++ b/libavformat/rawenc.c @@ -241,6 +241,7 @@ AVOutputFormat ff_hevc_muxer