summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2012-02-23 11:34:28 +0100
committerDiego Biurrun <diego@biurrun.de>2012-05-09 23:12:37 +0200
commit59cbc4eee2edcfd0a89086237cd7a54e47f7c73b (patch)
treea305549510590329b7f0a286b59f01092c6f2a76 /libavformat/mov.c
parent5cc6d5244d4ec89b3ac855abff4a3d19caee22f1 (diff)
mov: make one comment slightly more specific
Diffstat (limited to 'libavformat/mov.c')
-rw-r--r--libavformat/mov.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mov.c b/libavformat/mov.c
index ad1340a79d..29f01c3f72 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);