diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-02-09 00:00:29 +0000 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-02-08 21:47:12 -0500 |
commit | a16c3a07a6fbf2f76009c33e9d9264195c67704e (patch) | |
tree | bad038cbe8ee7739a9818a9aa433b4a317b1b2e2 | |
parent | cd1ad18a6539bd7fc2dc4c1740fbcbd498c0c0a2 (diff) | |
download | ffmpeg-a16c3a07a6fbf2f76009c33e9d9264195c67704e.tar.gz |
apetag: fix comment
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-rw-r--r-- | libavformat/apetag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/apetag.h b/libavformat/apetag.h index 9a39d02a2b..a0e6ead14f 100644 --- a/libavformat/apetag.h +++ b/libavformat/apetag.h @@ -30,4 +30,4 @@ */ void ff_ape_parse_tag(AVFormatContext *s); -#endif /* AVFORMAT_ID3V2_H */ +#endif /* AVFORMAT_APETAG_H */ |