diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-15 22:30:26 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-17 19:31:49 +0200 |
commit | 6001dad6e2eb654fba9bf3d6bda6a3734253cbc6 (patch) | |
tree | 3ca9b6cf56fb99279c423ba4f976eb9923f72b26 /libavcodec/libdirac.h | |
parent | 4c64c8e95a02b1d69aabb400fa73cba7ef8f41f7 (diff) | |
download | ffmpeg-6001dad6e2eb654fba9bf3d6bda6a3734253cbc6.tar.gz |
Replace more FFmpeg references by Libav.
Diffstat (limited to 'libavcodec/libdirac.h')
-rw-r--r-- | libavcodec/libdirac.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libdirac.h b/libavcodec/libdirac.h index 9430dcc846..7f7912238d 100644 --- a/libavcodec/libdirac.h +++ b/libavcodec/libdirac.h @@ -30,7 +30,7 @@ #include <libdirac_common/dirac_types.h> /** -* Table providing a Dirac chroma format to FFmpeg pixel format mapping. +* Table providing a Dirac chroma format to Libav pixel format mapping. */ static const struct { enum PixelFormat ff_pix_fmt; |