Replace ffmpeg references with more accurate libav* references.

This commit is contained in:
Diego Biurrun
2011-10-30 18:02:42 +01:00
parent 20566eb0f0
commit 2f5df0b12c
12 changed files with 15 additions and 15 deletions

View File

@@ -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 */