diff options
Diffstat (limited to 'src/lib/ffmpeg-1.2')
-rw-r--r-- | src/lib/ffmpeg-1.2/libavcodec/audioconvert.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg-1.2/libavcodec/audioconvert.pas b/src/lib/ffmpeg-1.2/libavcodec/audioconvert.pas index c8829fa0..c1156851 100644 --- a/src/lib/ffmpeg-1.2/libavcodec/audioconvert.pas +++ b/src/lib/ffmpeg-1.2/libavcodec/audioconvert.pas @@ -231,7 +231,7 @@ function av_get_channel_description(uint64_t channel: cuint64): PAnsiChar; * <0 if index is beyond the limits *) function av_get_standard_channel_layout(index: cuint; layout: Pcuint64; - name: {const} PPAnsiChar): cint; + name: {const} PPAnsiChar): cint; cdecl; external av__util; (** libavcodec/audioconvert.h **) |