diff options
author | Diego Biurrun | 2011-10-30 18:02:42 +0100 |
---|---|---|
committer | Diego Biurrun | 2011-11-02 10:42:55 +0100 |
commit | 2f5df0b12caea699ba85efa1fdb54fd0b57b4cfd (patch) | |
tree | 861355be8a653081a7ea52b43597d5329d50ef5c /libavformat/rso.h | |
parent | 20566eb0f0e3b0f538bcf68fca42e67afaa0dec6 (diff) |
Replace ffmpeg references with more accurate libav* references.
Diffstat (limited to 'libavformat/rso.h')
-rw-r--r-- | libavformat/rso.h | 2 |
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 */ |