[FFmpeg-soc] [soc]: r5730 - dcaenc/dcaenc.c

jai_menon subversion at mplayerhq.hu
Thu Apr 1 15:10:33 CEST 2010


Author: jai_menon
Date: Thu Apr  1 15:10:33 2010
New Revision: 5730

Log:
Mark put_frame as static.

Modified:
   dcaenc/dcaenc.c

Modified: dcaenc/dcaenc.c
==============================================================================
--- dcaenc/dcaenc.c	Thu Apr  1 15:09:40 2010	(r5729)
+++ dcaenc/dcaenc.c	Thu Apr  1 15:10:33 2010	(r5730)
@@ -418,7 +418,7 @@ static void put_subframe(DCAContext *c, 
     put_bits(&c->pb, 16, 0xffff);
 }
 
-void put_frame(DCAContext *c, int32_t subband_data[PCM_SAMPLES][MAX_CHANNELS][32], uint8_t *frame)
+static void put_frame(DCAContext *c, int32_t subband_data[PCM_SAMPLES][MAX_CHANNELS][32], uint8_t *frame)
 {
     int i;
     init_put_bits(&c->pb, frame + DCA_HEADER_SIZE, DCA_MAX_FRAME_SIZE-DCA_HEADER_SIZE);


More information about the FFmpeg-soc mailing list