lavfi/avcodec: fix API version checks

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Hendrik Leppkes
2013-03-13 21:01:26 +01:00
committed by Michael Niedermayer
parent 3c7f669972
commit ed69c69a01
2 changed files with 2 additions and 2 deletions

View File

@@ -134,7 +134,7 @@ int avfilter_copy_buf_props(AVFrame *dst, const AVFilterBufferRef *src)
return 0;
}
#ifdef FF_API_FILL_FRAME
#if FF_API_FILL_FRAME
int avfilter_fill_frame_from_audio_buffer_ref(AVFrame *frame,
const AVFilterBufferRef *samplesref)
{