git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2b58c9c
)
avformat/utils: fix typo
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 15 Apr 2014 11:35:46 +0000
(13:35 +0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 15 Apr 2014 11:51:48 +0000
(13:51 +0200)
Found-by: reimar
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavformat/utils.c
patch
|
blob
|
history
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) {
- 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;
}