提交 d43b26ea 编写于 作者: D David Conrad

Copy width/height for subtitle streams (needed for scodec copy of mov/mp4

timed text)

Originally committed as revision 16662 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 9dbd3ed6
......@@ -1779,6 +1779,8 @@ static int av_encode(AVFormatContext **output_files,
codec->has_b_frames = icodec->has_b_frames;
break;
case CODEC_TYPE_SUBTITLE:
codec->width = icodec->width;
codec->height = icodec->height;
break;
default:
abort();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册