mirror of
https://github.com/game-stop/veejay.git
synced 2025-12-05 23:40:03 +01:00
add const #284
This commit is contained in:
@@ -31,7 +31,7 @@ int avhelper_get_codec_by_key( int key );
|
|||||||
|
|
||||||
void *avhelper_get_codec_ctx( void *ptr );
|
void *avhelper_get_codec_ctx( void *ptr );
|
||||||
|
|
||||||
void *avhelper_get_codec( void *ptr );
|
const void *avhelper_get_codec( void *ptr );
|
||||||
|
|
||||||
void avhelper_close_decoder( void *ptr );
|
void avhelper_close_decoder( void *ptr );
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user