[FFmpeg-cvslog] avformat/utils: fix typo

Michael Niedermayer git at videolan.org
Tue Apr 15 13:57:02 CEST 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Tue Apr 15 13:35:46 2014 +0200| [083b6e739bfd6cfe9ceef0316d31110f2d9c22be] | committer: Michael Niedermayer

avformat/utils: fix typo

Found-by: reimar
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=083b6e739bfd6cfe9ceef0316d31110f2d9c22be
---

 libavformat/utils.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/utils.c b/libavformat/utils.c
index 0e758c0..ac82dc6 100644
--- 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, "Couldnt inject global side data\n");
+                    av_log(s, AV_LOG_WARNING, "Could not inject global side data\n");
                     continue;
                 }
 



More information about the ffmpeg-cvslog mailing list