diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-10-30 18:25:48 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-11-02 10:42:55 +0100 |
commit | f36b39027563ad4ef2ab31e87d7da2854eb5cee7 (patch) | |
tree | 4c5bb4f76f5af2f2a9a0b8093dfdfd7430fbcd44 /libavcodec/motion-test.c | |
parent | 959cfbf3f4d20367011be006affff9f5f31ac39d (diff) | |
download | ffmpeg-f36b39027563ad4ef2ab31e87d7da2854eb5cee7.tar.gz |
Replace some forgotten FFmpeg references by Libav.
Diffstat (limited to 'libavcodec/motion-test.c')
-rw-r--r-- | libavcodec/motion-test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/motion-test.c b/libavcodec/motion-test.c index 7ac5cc7d4a..f689824f8e 100644 --- a/libavcodec/motion-test.c +++ b/libavcodec/motion-test.c @@ -142,7 +142,7 @@ int main(int argc, char **argv) } } - printf("ffmpeg motion test\n"); + printf("Libav motion test\n"); ctx = avcodec_alloc_context3(NULL); ctx->dsp_mask = AV_CPU_FLAG_FORCE; |