summaryrefslogtreecommitdiff
path: root/libavcodec/internal.h
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2013-03-05 11:57:51 +0100
committerDiego Biurrun <diego@biurrun.de>2013-03-06 16:48:03 +0100
commit5a4e9fe855282a99586050a507d0a486ad39df5b (patch)
treec0a4bc3496ea56b0acf6483b301d5969a80c1b26 /libavcodec/internal.h
parent5cf7c72757779a740e897a97710aac044fe5258c (diff)
avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r--libavcodec/internal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 069a855a74..05efbfc15a 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -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().