From 2f5df0b12caea699ba85efa1fdb54fd0b57b4cfd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 30 Oct 2011 18:02:42 +0100 Subject: Replace ffmpeg references with more accurate libav* references. --- libavformat/rso.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rso.h') 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 */ -- cgit v1.2.3