Commit 5a4e9fe8 authored by Diego Biurrun's avatar Diego Biurrun

avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch

parent 5cf7c727
......@@ -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().
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment