[FFmpeg-soc] [soc]: r5404 - aac-sbr/ffmpeg.diff
superdump
subversion at mplayerhq.hu
Sun Sep 27 16:41:49 CEST 2009
Author: superdump
Date: Sun Sep 27 16:41:49 2009
New Revision: 5404
Log:
Remove cosmetic change
Modified:
aac-sbr/ffmpeg.diff
Modified: aac-sbr/ffmpeg.diff
==============================================================================
--- aac-sbr/ffmpeg.diff Sun Sep 27 16:40:45 2009 (r5403)
+++ aac-sbr/ffmpeg.diff Sun Sep 27 16:41:49 2009 (r5404)
@@ -67,8 +67,8 @@ Index: libavcodec/aac.c
* @return Returns number of bytes consumed
*/
-static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt)
-+static int decode_extension_payload(AACContext *ac, GetBitContext *gb,
-+ int cnt, int id, int tag)
++static int decode_extension_payload(AACContext *ac, GetBitContext *gb, int cnt,
++ int id, int tag)
{
int crc_flag = 0;
int res = cnt;
More information about the FFmpeg-soc
mailing list