[vlc-devel] commit: Capitalize FFmpeg where needed. (Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Sep 22 14:46:18 CEST 2009
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Mon Sep 21 22:18:05 2009 +0200| [987f5554f3a65c0e638de658371a1c948a3182e9] | committer: Jean-Baptiste Kempf
Capitalize FFmpeg where needed.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=987f5554f3a65c0e638de658371a1c948a3182e9
---
modules/LIST | 2 +-
modules/codec/avcodec/avcodec.h | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/modules/LIST b/modules/LIST
index 4cb0b99..51762b5 100644
--- a/modules/LIST
+++ b/modules/LIST
@@ -306,7 +306,7 @@ $Id$
* stream_out_record: record stream output module
* stream_out_standard: standard stream output module
* stream_out_switcher: stream output module to display backgrounds
- * stream_out_transcode: audio & video transcoder using ffmpeg
+ * stream_out_transcode: audio & video transcoder using FFmpeg
* subsdec: a codec to output textual subtitles
* subsusf: a demuxer for USF subtitles
* subtitle: a demuxer for subtitle files
diff --git a/modules/codec/avcodec/avcodec.h b/modules/codec/avcodec/avcodec.h
index f7ab24d..b04a5e8 100644
--- a/modules/codec/avcodec/avcodec.h
+++ b/modules/codec/avcodec/avcodec.h
@@ -74,7 +74,7 @@ void EndSubtitleDec( decoder_t *p_dec );
#define ERROR_TEXT N_("Error resilience")
#define ERROR_LONGTEXT N_( \
- "Ffmpeg can do error resilience.\n" \
+ "FFmpeg can do error resilience.\n" \
"However, with a buggy encoder (such as the ISO MPEG-4 encoder from M$) " \
"this can produce a lot of errors.\n" \
"Valid values range from 0 to 4 (0 disables all errors resilience).")
@@ -113,7 +113,7 @@ void EndSubtitleDec( decoder_t *p_dec );
"(-1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames)." )
#define DEBUG_TEXT N_( "Debug mask" )
-#define DEBUG_LONGTEXT N_( "Set ffmpeg debug mask" )
+#define DEBUG_LONGTEXT N_( "Set FFmpeg debug mask" )
/* TODO: Use a predefined list, with 0,1,2,4,7 */
#define VISMV_TEXT N_( "Visualize motion vectors" )
More information about the vlc-devel
mailing list