ffmpeg: improve data stream support

This adds data codec/stream handling where previously there was only
audio/video/subtitles

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Anshul Maheshwari
2015-01-16 02:19:01 +01:00
committed by Michael Niedermayer
parent a47c9331ef
commit bb0344dc55
2 changed files with 7 additions and 0 deletions

View File

@@ -2911,6 +2911,8 @@ static int transcode_init(void)
enc_ctx->height = input_streams[ost->source_index]->st->codec->height;
}
break;
case AVMEDIA_TYPE_DATA:
break;
default:
abort();
break;