[FFmpeg-devel] [PATCH 08/10] spdifenc: fix incorrect bitstream mode for AC-3
Carl Eugen Hoyos
cehoyos
Thu Dec 30 00:49:39 CET 2010
Anssi Hannula <anssi.hannula <at> iki.fi> writes:
> - int bitstream_mode = pkt->data[6] & 0x7;
> + int bitstream_mode = pkt->data[5] & 0x7;
Applied in r26130.
Carl Eugen
More information about the ffmpeg-devel
mailing list