mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-06-24 17:07:51 +08:00
Corrections so that builds with DEBUG work
Originally committed as revision 8295 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@ -171,7 +171,7 @@ int ff_wma_init(AVCodecContext * avctx, int flags2)
|
||||
high_freq = high_freq * 0.5;
|
||||
}
|
||||
}
|
||||
dprintf("flags1=0x%x flags2=0x%x\n", flags1, flags2);
|
||||
dprintf("flags2=0x%x\n", flags2);
|
||||
dprintf("version=%d channels=%d sample_rate=%d bitrate=%d block_align=%d\n",
|
||||
s->version, s->nb_channels, s->sample_rate, s->bit_rate,
|
||||
s->block_align);
|
||||
|
Reference in New Issue
Block a user