---
 libavcodec/atrac3.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/libavcodec/atrac3.c b/libavcodec/atrac3.c
index e8c94bb..00ec3c9 100644
--- a/libavcodec/atrac3.c
+++ b/libavcodec/atrac3.c
@@ -90,7 +90,6 @@ typedef struct {
     //@{
     /** stream data */
     int coding_mode;
-    int bit_rate;
     int sample_rate;
 
     ChannelUnit *units;
@@ -856,7 +855,6 @@ static av_cold int atrac3_decode_init(AVCodecContext *avctx)
 
     /* Take data from the AVCodecContext (RM container). */
     q->sample_rate     = avctx->sample_rate;
-    q->bit_rate        = avctx->bit_rate;
 
     if (avctx->channels <= 0 || avctx->channels > 2) {
         av_log(avctx, AV_LOG_ERROR, "Channel configuration error!\n");
-- 
1.7.1

_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to