Commit 083b6e73 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/utils: fix typo

Found-by: reimar
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 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% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment