[vlc-commits] [Git][videolan/vlc][master] avcodec: encoder: drop unused defines
    Hugo Beauzée-Luyssen (@chouquette) 
    gitlab at videolan.org
       
    Tue May 17 16:41:35 UTC 2022
    
    
  
Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC
Commits:
c36028fa by Tristan Matthews at 2022-05-17T16:27:43+00:00
avcodec: encoder: drop unused defines
- - - - -
1 changed file:
- modules/codec/avcodec/encoder.c
Changes:
=====================================
modules/codec/avcodec/encoder.c
=====================================
@@ -51,10 +51,6 @@
 #define HURRY_UP_GUARD2 VLC_TICK_FROM_MS(300)
 #define HURRY_UP_GUARD3 VLC_TICK_FROM_MS(100)
 
-#define MAX_FRAME_DELAY (FF_MAX_B_FRAMES + 2)
-
-#define RAW_AUDIO_FRAME_SIZE (2048)
-
 #if LIBAVCODEC_VERSION_CHECK(59, 0, 100)
 # define AVC_MAYBE_CONST const
 #else
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c36028fae5f3e30ad665dba1c15177049738c670
-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/c36028fae5f3e30ad665dba1c15177049738c670
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