summaryrefslogtreecommitdiffstats
path: root/audio/decode/ad_lavc.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/decode/ad_lavc.c')
-rw-r--r--audio/decode/ad_lavc.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/audio/decode/ad_lavc.c b/audio/decode/ad_lavc.c
index f02f9213ab..5a2392e05a 100644
--- a/audio/decode/ad_lavc.c
+++ b/audio/decode/ad_lavc.c
@@ -144,9 +144,6 @@ static int init(struct dec_audio *da, const char *decoder)
return 0;
}
- if (lavc_context->bit_rate != 0)
- da->bitrate = lavc_context->bit_rate;
-
return 1;
}