gstffmpegcfg: Add H263 to the list of mpeg property-compatible codecs.

This commit is contained in:
Janin Kolenc 2009-04-21 18:34:22 +02:00 committed by Edward Hervey
parent 57e66c5a22
commit ec5ad411a5

View file

@ -362,6 +362,7 @@ static gint mpeg[] = {
CODEC_ID_MPEG2VIDEO,
CODEC_ID_H263P,
CODEC_ID_FLV1,
CODEC_ID_H263,
CODEC_ID_NONE
};