git.videolan.org
/
ffmpeg.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
avformat/utils: fix typo
[ffmpeg.git]
/
libavformat
/
utils.c
diff --git
a/libavformat/utils.c
b/libavformat/utils.c
index
0e758c0
..
ac82dc6
100644
(file)
--- a/
libavformat/utils.c
+++ b/
libavformat/utils.c
@@
-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) {
dst_data = av_packet_new_side_data(pkt, src_sd->type, src_sd->size);
if (!dst_data) {
- av_log(s, AV_LOG_WARNING, "Could
n
t inject global side data\n");
+ av_log(s, AV_LOG_WARNING, "Could
no
t inject global side data\n");
continue;
}
continue;
}