Module: libav
Branch: master
Commit: 3b4296f41473a5b39e84d7a49d480624c9c60040

Author:    Luca Barbato <lu_z...@gentoo.org>
Committer: Luca Barbato <lu_z...@gentoo.org>
Date:      Sat Nov 10 16:20:30 2012 +0100

avformat: clarify stream id for muxing

---

 libavformat/avformat.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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;
     /**

_______________________________________________
libav-commits mailing list
libav-commits@libav.org
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to