summaryrefslogtreecommitdiff
path: root/ext/ffmpeg/gstffmpegcfg.c
diff options
context:
space:
mode:
authorJanin Kolenc <janin.kolenc@marand.si>2009-04-21 18:34:22 +0200
committerEdward Hervey <bilboed@bilboed.com>2009-04-21 18:34:22 +0200
commitec5ad411a5f99b4f85c882eb215ed349f4944b17 (patch)
treeced0684e3fdb1b551da2484fa2bdb26584e9dc1a /ext/ffmpeg/gstffmpegcfg.c
parent57e66c5a221f274e40400497be731815d29dca99 (diff)
gstffmpegcfg: Add H263 to the list of mpeg property-compatible codecs.
Diffstat (limited to 'ext/ffmpeg/gstffmpegcfg.c')
-rw-r--r--ext/ffmpeg/gstffmpegcfg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/ffmpeg/gstffmpegcfg.c b/ext/ffmpeg/gstffmpegcfg.c
index 380eb88..59df123 100644
--- a/ext/ffmpeg/gstffmpegcfg.c
+++ b/ext/ffmpeg/gstffmpegcfg.c
@@ -362,6 +362,7 @@ static gint mpeg[] = {
CODEC_ID_MPEG2VIDEO,
CODEC_ID_H263P,
CODEC_ID_FLV1,
+ CODEC_ID_H263,
CODEC_ID_NONE
};