[vlc-devel] [PATCH 2/3] codec: synchro: fix filenames in comments

Marvin Scholz epirat07 at gmail.com
Sat Dec 21 04:37:38 CET 2019


---
 modules/codec/synchro.c | 2 +-
 modules/codec/synchro.h | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/codec/synchro.c b/modules/codec/synchro.c
index 0a7f6c1014..597b1a6cdb 100644
--- a/modules/codec/synchro.c
+++ b/modules/codec/synchro.c
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * decoder_synchro.c : frame dropping routines
+ * synchro.c : frame dropping routines
  *****************************************************************************
  * Copyright (C) 1999-2005 VLC authors and VideoLAN
  *
diff --git a/modules/codec/synchro.h b/modules/codec/synchro.h
index 23ec3fb792..e7f984a0a0 100644
--- a/modules/codec/synchro.h
+++ b/modules/codec/synchro.h
@@ -1,5 +1,5 @@
 /*****************************************************************************
- * vlc_codec_synchro.h: frame-dropping structures
+ * synchro.h: frame-dropping structures
  *****************************************************************************
  * Copyright (C) 1999-2005 VLC authors and VideoLAN
  *
@@ -25,7 +25,7 @@
 /*****************************************************************************
  * decoder_synchro_t : timers for the video synchro
  *****************************************************************************/
-/* Read the discussion on top of decoder_synchro.c for more information. */
+/* Read the discussion on top of synchro.c for more information. */
 /* Pictures types */
 #define I_CODING_TYPE           1
 #define P_CODING_TYPE           2
-- 
2.20.1 (Apple Git-117)



More information about the vlc-devel mailing list