From 18833daf9d1b4e380065b107173fba76d7b46067 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Thu, 21 May 2015 00:34:41 +0200 Subject: ffmpeg: Support copying unknown streams Signed-off-by: Michael Niedermayer --- ffmpeg.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ffmpeg.c') diff --git a/ffmpeg.c b/ffmpeg.c index a89ae399bf..da3ab911f1 100644 --- a/ffmpeg.c +++ b/ffmpeg.c @@ -2822,6 +2822,7 @@ static int transcode_init(void) enc_ctx->width = dec_ctx->width; enc_ctx->height = dec_ctx->height; break; + case AVMEDIA_TYPE_UNKNOWN: case AVMEDIA_TYPE_DATA: case AVMEDIA_TYPE_ATTACHMENT: break; -- cgit v1.2.3