vlc | branch: master | Marvin Scholz <[email protected]> | Sat Dec 21 03:22:35 2019 +0100| [3f5ba371ad68bb653bc22d9af6c15a3116148154] | committer: Marvin Scholz
codec: synchro: fix filenames in comments > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3f5ba371ad68bb653bc22d9af6c15a3116148154 --- 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 _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
