From fdfc66a9f82a9133490c3f9997ac06c7480bd51f Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Sun, 15 Dec 2013 20:33:15 +0000 Subject: code beautifying. nocode change. git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3029 b956fd51-792f-4845-bead-9b4dfca2ff2c --- src/lib/ffmpeg-1.2/libavcodec/audioconvert.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 **) -- cgit v1.2.3