From: Stefano Sabatini Date: Tue, 25 Jun 2013 22:03:15 +0000 (+0200) Subject: examples/muxing: remove useless instruction X-Git-Tag: android-x86-4.4-r1~2710 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3aa57e1582afd1ac5f45dfede1c774d44bd011c7;p=android-x86%2Fexternal-ffmpeg.git examples/muxing: remove useless instruction Simpler and less confusing. --- diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c index 303064a82f..d1a290eae4 100644 --- a/doc/examples/muxing.c +++ b/doc/examples/muxing.c @@ -78,7 +78,6 @@ static AVStream *add_stream(AVFormatContext *oc, AVCodec **codec, switch ((*codec)->type) { case AVMEDIA_TYPE_AUDIO: - st->id = 1; c->sample_fmt = AV_SAMPLE_FMT_S16; c->bit_rate = 64000; c->sample_rate = 44100;