Changeset d0a19696 in ffmpeg

Timestamp:
Oct 25, 2011, 3:30:50 PM (13 years ago)
Author:
Justin Ruggles <justin.ruggles@gmail.com>
Branches:
master
Children:
4e419737
Parents:
f540ca22
git-author:
Justin Ruggles <justin.ruggles@gmail.com> (10/22/11 22:29:14)
git-committer:
Justin Ruggles <justin.ruggles@gmail.com> (10/25/11 15:30:50)
Message:

g722dec: remove the use of lowres for half-rate decoding.

It is broken because an AVCodecContext can be opened/closed multiple
times, and sample_rate is getting divided by 2 each time that happens.

This removes the only use of lowres for audio.

(No files)

Note: See TracChangeset for help on using the changeset viewer.