[vlc-commits] [Git][videolan/vlc][master] dmo: remove unused function declaration
    Steve Lhomme (@robUx4) 
    gitlab at videolan.org
       
    Thu Aug  3 14:41:27 UTC 2023
    
    
  
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
d38e13ad by Steve Lhomme at 2023-08-03T14:15:16+00:00
dmo: remove unused function declaration
Remaining after 2ee61028a3ec3ffc26e6cdffffa08edc4788792a.
- - - - -
1 changed file:
- modules/codec/dmo/dmo.c
Changes:
=====================================
modules/codec/dmo/dmo.c
=====================================
@@ -57,7 +57,6 @@ static int  DecoderOpen  ( vlc_object_t * );
 static void DecoderClose ( vlc_object_t * );
 static int DecodeBlock ( decoder_t *, block_t * );
 static void *DecoderThread( void * );
-static int  EncoderOpen  ( vlc_object_t * );
 static void EncoderClose ( encoder_t * );
 static block_t *EncodeBlock( encoder_t *, void * );
 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d38e13adf24b881292b1edb5c83bf47930ae196b
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/d38e13adf24b881292b1edb5c83bf47930ae196b
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
    
    
More information about the vlc-commits
mailing list