[FFmpeg-cvslog] mov: make one comment slightly more specific

Diego Biurrun git at videolan.org
Thu May 10 23:33:13 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Feb 23 11:34:28 2012 +0100| [59cbc4eee2edcfd0a89086237cd7a54e47f7c73b] | committer: Diego Biurrun

mov: make one comment slightly more specific

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

 libavformat/mov.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/libavformat/mov.c b/libavformat/mov.c
index ad1340a..29f01c3 100644
--- a/libavformat/mov.c
+++ b/libavformat/mov.c
@@ -994,7 +994,7 @@ static int mov_read_glbl(MOVContext *c, AVIOContext *pb, MOVAtom atom)
         return AVERROR_INVALIDDATA;
 
     if (atom.size >= 10) {
-        // Broken files created by legacy versions of Libav and FFmpeg will
+        // Broken files created by legacy versions of libavformat will
         // wrap a whole fiel atom inside of a glbl atom.
         unsigned size = avio_rb32(pb);
         unsigned type = avio_rl32(pb);



More information about the ffmpeg-cvslog mailing list