summaryrefslogtreecommitdiff
path: root/ffplay.c
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-21 11:35:17 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2010-02-21 11:35:17 +0000
commitf05ef45c8f936907d0cad71d80c423ebe75d4738 (patch)
treebdc85e7dd89c6557f030135ecfe1363f43c01b1a /ffplay.c
parent8b9da8b50ab88d84bbf56338f7c952a3b6941f47 (diff)
Use the official FFmpeg spelling: "ffmpeg" -> "FFmpeg".
Originally committed as revision 21935 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'ffplay.c')
-rw-r--r--ffplay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffplay.c b/ffplay.c
index 5f12f9811f..cccd54cf82 100644
--- a/ffplay.c
+++ b/ffplay.c
@@ -1,5 +1,5 @@
/*
- * FFplay : Simple Media Player based on the ffmpeg libraries
+ * FFplay : Simple Media Player based on the FFmpeg libraries
* Copyright (c) 2003 Fabrice Bellard
*
* This file is part of FFmpeg.