[FFmpeg-cvslog] avcodec/internal: Fix #if DECODE_AUDIO / ENCODE_AUDIO name mismatch

Diego Biurrun git at videolan.org
Thu Mar 7 00:10:08 CET 2013


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Mar  5 11:57:51 2013 +0100| [5a4e9fe855282a99586050a507d0a486ad39df5b] | committer: Diego Biurrun

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5a4e9fe855282a99586050a507d0a486ad39df5b
---

 libavcodec/internal.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index 069a855..05efbfc 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().



More information about the ffmpeg-cvslog mailing list