aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Foucu <tfoucu@gmail.com>2011-08-09 11:32:24 -0700
committerMichael Niedermayer <michaelni@gmx.at>2011-08-09 21:53:38 +0200
commit2a41701300fb96758e47e31de69ed3b365b87812 (patch)
tree34f9a203edcc914529880bde9a464e3f3edd3aa8
parentc369ddb720bfb7b8f1780b875067b900285ebfc2 (diff)
downloadffmpeg-2a41701300fb96758e47e31de69ed3b365b87812.tar.gz
AVCodec: Add Go2Meeting codec ID
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index b2a8e4c33e..4bedecf9e1 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,