提交 083b6e73 编写于 作者: M Michael Niedermayer

avformat/utils: fix typo

Found-by: reimar
Signed-off-by: NMichael Niedermayer <michaelni@gmx.at>
上级 2b58c9c9
......@@ -1547,7 +1547,7 @@ static int read_frame_internal(AVFormatContext *s, AVPacket *pkt)
dst_data = av_packet_new_side_data(pkt, src_sd->type, src_sd->size);
if (!dst_data) {
av_log(s, AV_LOG_WARNING, "Couldnt inject global side data\n");
av_log(s, AV_LOG_WARNING, "Could not inject global side data\n");
continue;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册