g722: Return 8 bits per sample for g722 in av_get_bits_per_sample
authorMartin Storsjö <martin@martin.st>
Sun, 10 Apr 2011 17:06:50 +0000 (20:06 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 11 Apr 2011 08:35:43 +0000 (11:35 +0300)
commit029f966c3aa73531a90cb14ca95057f2fb3f0a26
treedc39f0035573f17fc4f7fe81b39dcd7328949cc5
parentd1c5fdf8920b75f3b824368b8336f18c74b68803
g722: Return 8 bits per sample for g722 in av_get_bits_per_sample

This fixes a failing assert in ff_raw_read_header (in
fate-g722dec-1), where bits_per_coded_sample is set using this
function and is required to have a positive value.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavcodec/utils.c