diff options
author | Diego Biurrun <diego@biurrun.de> | 2011-04-23 16:39:03 +0200 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2011-04-23 19:12:23 +0200 |
commit | 43fb279f5643225799841f512d2dad4690186165 (patch) | |
tree | 02d9da40c0a873700c1f64e4a16167bb316794cc /libavcodec/dca.c | |
parent | 6252040e773c30efa21c743124d5e813320a0ec2 (diff) | |
download | ffmpeg-43fb279f5643225799841f512d2dad4690186165.tar.gz |
Replace more FFmpeg instances by Libav or ffmpeg.
Diffstat (limited to 'libavcodec/dca.c')
-rw-r--r-- | libavcodec/dca.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/dca.c b/libavcodec/dca.c index e3c64660db..525832f802 100644 --- a/libavcodec/dca.c +++ b/libavcodec/dca.c @@ -1798,7 +1798,7 @@ static int dca_decode_frame(AVCodecContext * avctx, /* There is nothing that prevents a dts frame to change channel configuration - but FFmpeg doesn't support that so only set the channels if it is previously + but Libav doesn't support that so only set the channels if it is previously unset. Ideally during the first probe for channels the crc should be checked and only set avctx->channels when the crc is ok. Right now the decoder could set the channels based on a broken first frame.*/ |