diff mpegaudiodec.c @ 1449:7fbe89a76b73 libavcodec

update sub_id in mpegaudio decoding (might need same method as MPEG2VIDEO too ?)
author bellard
date Mon, 08 Sep 2003 22:49:26 +0000
parents 317ba7ab73bd
children 0d2b59cf9f45
line wrap: on
line diff
--- a/mpegaudiodec.c	Mon Sep 08 22:04:29 2003 +0000
+++ b/mpegaudiodec.c	Mon Sep 08 22:49:26 2003 +0000
@@ -2481,6 +2481,7 @@
                     avctx->sample_rate = s->sample_rate;
                     avctx->channels = s->nb_channels;
                     avctx->bit_rate = s->bit_rate;
+                    avctx->sub_id = s->layer;
                     switch(s->layer) {
                     case 1:
                         avctx->frame_size = 384;