Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2011-10-30 21:25:48 +0400
committerDiego Biurrun <diego@biurrun.de>2011-11-02 13:42:55 +0400
commitf36b39027563ad4ef2ab31e87d7da2854eb5cee7 (patch)
tree4c5bb4f76f5af2f2a9a0b8093dfdfd7430fbcd44 /libavcodec/dct-test.c
parent959cfbf3f4d20367011be006affff9f5f31ac39d (diff)
Replace some forgotten FFmpeg references by Libav.
Diffstat (limited to 'libavcodec/dct-test.c')
-rw-r--r--libavcodec/dct-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dct-test.c b/libavcodec/dct-test.c
index 90707f6181..d30454990a 100644
--- a/libavcodec/dct-test.c
+++ b/libavcodec/dct-test.c
@@ -543,7 +543,7 @@ int main(int argc, char **argv)
if (optind < argc)
test = atoi(argv[optind]);
- printf("ffmpeg DCT/IDCT test\n");
+ printf("Libav DCT/IDCT test\n");
if (test_248_dct) {
idct248_error("SIMPLE-C", ff_simple_idct248_put, speed);