diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2011-04-17 23:57:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-04-17 23:59:00 +0200 |
commit | 2d2b5a1421ee652f76a756024d0210f0b6455fda (patch) | |
tree | d3fb60a796db87c4217167fd160cd14eae6ee98e /libavcodec/libtheoraenc.c | |
parent | c40798441f47341c310b38e8f329cfb943924faf (diff) | |
download | ffmpeg-2d2b5a1421ee652f76a756024d0210f0b6455fda.tar.gz |
10l, commit that should have been stashed into the merge.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/libtheoraenc.c')
-rw-r--r-- | libavcodec/libtheoraenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/libtheoraenc.c b/libavcodec/libtheoraenc.c index e57fda22b2..87793adc72 100644 --- a/libavcodec/libtheoraenc.c +++ b/libavcodec/libtheoraenc.c @@ -30,7 +30,7 @@ * and o_ prefixes on variables which are libogg types. */ -/* Libav includes */ +/* FFmpeg includes */ #include "libavutil/intreadwrite.h" #include "libavutil/log.h" #include "libavutil/base64.h" |