From 3aa57e1582afd1ac5f45dfede1c774d44bd011c7 Mon Sep 17 00:00:00 2001
From: Stefano Sabatini <stefasab@gmail.com>
Date: Wed, 26 Jun 2013 00:03:15 +0200
Subject: [PATCH] examples/muxing: remove useless instruction

Simpler and less confusing.
---
 doc/examples/muxing.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/doc/examples/muxing.c b/doc/examples/muxing.c
index 303064a82fe..d1a290eae40 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;
-- 
GitLab