1
0
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:
Diego Biurrun 2013-03-05 11:57:51 +01:00
parent 5cf7c72757
commit 5a4e9fe855

View File

@ -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().