ext/ffmpeg/gstffmpegdec.c: <insert rant about why gcc should support parsing errors>.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_negotiate):
<insert rant about why gcc should support parsing errors>.
This commit is contained in:
Ronald S. Bultje 2005-01-25 16:56:45 +00:00
parent 6437f38030
commit 1a851d7ff6
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_negotiate):
<insert rant about why gcc should support parsing errors>.
2005-01-25 Ronald S. Bultje <rbultje@ronald.bitfreak.net>
* ext/ffmpeg/gstffmpegcodecmap.c: (gst_ffmpeg_codecid_to_caps),

View file

@ -509,7 +509,7 @@ gst_ffmpegdec_negotiate (GstFFMpegDec * ffmpegdec)
ffmpegdec->format.audio.samplerate, ffmpegdec->format.audio.channels,
ffmpegdec->context->sample_rate, ffmpegdec->context->channels);
ffmpegdec->format.audio.samplerate = ffmpegdec->context->sample_rate;
ffmpegdec->format.audio.channels == ffmpegdec->context->channels;
ffmpegdec->format.audio.channels = ffmpegdec->context->channels;
break;
default:
break;