[FFmpeg-cvslog] AVCodec: Add Go2Meeting codec ID

Thierry Foucu git at videolan.org
Tue Aug 9 22:08:15 CEST 2011


ffmpeg | branch: master | Thierry Foucu <tfoucu at gmail.com> | Tue Aug  9 11:32:24 2011 -0700| [2a41701300fb96758e47e31de69ed3b365b87812] | committer: Michael Niedermayer

AVCodec: Add Go2Meeting codec ID

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavcodec/avcodec.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b2a8e4c..4bedecf 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -209,6 +209,7 @@ enum CodecID {
     CODEC_ID_JV,
     CODEC_ID_DFA,
     CODEC_ID_8SVX_RAW,
+    CODEC_ID_G2M,
 
     /* various PCM "codecs" */
     CODEC_ID_PCM_S16LE= 0x10000,



More information about the ffmpeg-cvslog mailing list