diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2015-05-21 00:34:41 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-05-21 18:21:38 +0200 |
commit | 18833daf9d1b4e380065b107173fba76d7b46067 (patch) | |
tree | 16a456c6a8a80ca097ad580e5a1077b960be3ee7 /ffmpeg.c | |
parent | 33e9473366074ee92eecec5f5719734e4a6b4b79 (diff) | |
download | ffmpeg-18833daf9d1b4e380065b107173fba76d7b46067.tar.gz |
ffmpeg: Support copying unknown streams
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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; |