Author: kostya
Date: Wed Mar 26 06:56:04 2008
New Revision: 2046
Log:
this variable is unused for now
Modified:
dcaenc/dcaenc.c
Modified: dcaenc/dcaenc.c
==============================================================================
--- dcaenc/dcaenc.c (original)
+++ dcaenc/dcaenc.c Wed Mar 26 06:56:04 2008
@@ -339,7 +339,7 @@ static int DCA_encode_frame(AVCodecConte
}
static int DCA_encode_init(AVCodecContext *avctx) {
- DCAContext *c = avctx->priv_data;
+ //DCAContext *c = avctx->priv_data;
if(avctx->channels != 2 || avctx->sample_rate != 44100) {
av_log(avctx, AV_LOG_ERROR, "Only 44.1 kHz stereo is supported at the
moment!\n");
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc