Browse Source

avformat/utils: fix typo

Found-by: reimar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer 11 years ago
parent
commit
083b6e739b
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/utils.c

+ 1
- 1
libavformat/utils.c View File

@@ -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;
}



Loading…
Cancel
Save