[FFmpeg-cvslog] avformat: clarify stream id for muxing

Luca Barbato git at videolan.org
Thu Nov 15 11:29:35 CET 2012


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Sat Nov 10 16:20:30 2012 +0100| [3b4296f41473a5b39e84d7a49d480624c9c60040] | committer: Luca Barbato

avformat: clarify stream id for muxing

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3b4296f41473a5b39e84d7a49d480624c9c60040
---

 libavformat/avformat.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavformat/avformat.h b/libavformat/avformat.h
index 3e10496..d1d4763 100644
--- a/libavformat/avformat.h
+++ b/libavformat/avformat.h
@@ -621,7 +621,7 @@ typedef struct AVStream {
     /**
      * Format-specific stream ID.
      * decoding: set by libavformat
-     * encoding: set by the user
+     * encoding: set by the user, replaced by libavformat if left unset
      */
     int id;
     /**



More information about the ffmpeg-cvslog mailing list