Re: [FFmpeg-devel] [PATCH v5 1/2] ffmpeg.c: copy video profile when using stream_copy

2016-07-22 Thread Michael Niedermayer
On Fri, Jul 22, 2016 at 01:30:14PM -0700, Mark Reid wrote: > --- > ffmpeg.c | 1 + > 1 file changed, 1 insertion(+) applied thanks [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB During times of universal deceit, telling the truth becomes a revolutionary act.

[FFmpeg-devel] [PATCH v5 1/2] ffmpeg.c: copy video profile when using stream_copy

2016-07-22 Thread Mark Reid
--- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ffmpeg.c b/ffmpeg.c index b29be1e..1367920 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -3019,6 +3019,7 @@ static int transcode_init(void) enc_ctx->width = dec_ctx->width; enc_ctx->height