mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gstffmpegcfg: Add H263 to the list of mpeg property-compatible codecs.
This commit is contained in:
parent
57e66c5a22
commit
ec5ad411a5
1 changed files with 1 additions and 0 deletions
|
@ -362,6 +362,7 @@ static gint mpeg[] = {
|
|||
CODEC_ID_MPEG2VIDEO,
|
||||
CODEC_ID_H263P,
|
||||
CODEC_ID_FLV1,
|
||||
CODEC_ID_H263,
|
||||
CODEC_ID_NONE
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue