Commit a5ef830b authored by Justin Ruggles's avatar Justin Ruggles

lavc: use the correct API version guard macro for avcodec_encode_audio()

parent 5e28e974
......@@ -1073,7 +1073,7 @@ end:
return ret;
}
#if FF_API_OLD_DECODE_AUDIO
#if FF_API_OLD_ENCODE_AUDIO
int attribute_align_arg avcodec_encode_audio(AVCodecContext *avctx,
uint8_t *buf, int buf_size,
const short *samples)
......
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