summaryrefslogtreecommitdiff
path: root/libavformat/rso.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 18:02:42 +0100
committerDiego Biurrun <diego@biurrun.de>2011-11-02 10:42:55 +0100
commit2f5df0b12caea699ba85efa1fdb54fd0b57b4cfd (patch)
tree861355be8a653081a7ea52b43597d5329d50ef5c /libavformat/rso.h
parent20566eb0f0e3b0f538bcf68fca42e67afaa0dec6 (diff)
Replace ffmpeg references with more accurate libav* references.
Diffstat (limited to 'libavformat/rso.h')
-rw-r--r--libavformat/rso.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rso.h b/libavformat/rso.h
index bdb39e8d7f..e3e88ea644 100644
--- a/libavformat/rso.h
+++ b/libavformat/rso.h
@@ -26,7 +26,7 @@
#define RSO_HEADER_SIZE 8
-/* The ffmpeg codecs we support, and the IDs they have in the file */
+/* The libavcodec codecs we support, and the IDs they have in the file */
extern const AVCodecTag ff_codec_rso_tags[];
#endif /* AVFORMAT_RSO_H */