mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch
This commit is contained in:
parent
5cf7c72757
commit
5a4e9fe855
@ -62,7 +62,7 @@ typedef struct AVCodecInternal {
|
||||
*/
|
||||
int is_copy;
|
||||
|
||||
#if FF_API_OLD_DECODE_AUDIO
|
||||
#if FF_API_OLD_ENCODE_AUDIO
|
||||
/**
|
||||
* Internal sample count used by avcodec_encode_audio() to fabricate pts.
|
||||
* Can be removed along with avcodec_encode_audio().
|
||||
|
Loading…
Reference in New Issue
Block a user