From 3aa57e1582afd1ac5f45dfede1c774d44bd011c7 Mon Sep 17 00:00:00 2001 From: Stefano Sabatini Date: Wed, 26 Jun 2013 00:03:15 +0200 Subject: examples/muxing: remove useless instruction Simpler and less confusing. --- doc/examples/muxing.c | 1 - 1 file changed, 1 deletion(-) (limited to 'doc/examples') 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; -- cgit v1.2.3