summaryrefslogtreecommitdiff
path: root/libavcodec/libtheoraenc.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-04-15 22:30:26 +0200
committerDiego Biurrun <diego@biurrun.de>2011-04-17 19:31:49 +0200
commit6001dad6e2eb654fba9bf3d6bda6a3734253cbc6 (patch)
tree3ca9b6cf56fb99279c423ba4f976eb9923f72b26 /libavcodec/libtheoraenc.c
parent4c64c8e95a02b1d69aabb400fa73cba7ef8f41f7 (diff)
Replace more FFmpeg references by Libav.
Diffstat (limited to 'libavcodec/libtheoraenc.c')
-rw-r--r--libavcodec/libtheoraenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libtheoraenc.c b/libavcodec/libtheoraenc.c
index cc614e3d8e..86cc09ffa6 100644
--- a/libavcodec/libtheoraenc.c
+++ b/libavcodec/libtheoraenc.c
@@ -30,7 +30,7 @@
* and o_ prefixes on variables which are libogg types.
*/
-/* FFmpeg includes */
+/* Libav includes */
#include "libavutil/intreadwrite.h"
#include "libavutil/log.h"
#include "libavutil/base64.h"