[FFmpeg-soc] [soc]: r4309 - als/alsdec.c
thilo.borgmann
subversion at mplayerhq.hu
Sun May 24 21:36:00 CEST 2009
Author: thilo.borgmann
Date: Sun May 24 21:36:00 2009
New Revision: 4309
Log:
Cosmetics in alsdec.c.
Modified:
als/alsdec.c
Modified: als/alsdec.c
==============================================================================
--- als/alsdec.c Sun May 24 21:35:20 2009 (r4308)
+++ als/alsdec.c Sun May 24 21:36:00 2009 (r4309)
@@ -36,8 +36,8 @@ typedef struct {
/** Decodes an ALS frame.
*/
static av_cold int decode_frame(AVCodecContext *avctx,
- void *data, int *data_size,
- AVPacket *avpkt)
+ void *data, int *data_size,
+ AVPacket *avpkt)
{
return 0;
}
More information about the FFmpeg-soc
mailing list