Browse Source

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

tags/n1.2
Diego Biurrun 13 years ago
parent
commit
5a4e9fe855
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavcodec/internal.h

+ 1
- 1
libavcodec/internal.h 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().


Loading…
Cancel
Save