ext/ffmpeg/gstffmpegcfg.c: Typo fix.

Original commit message from CVS:
* ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_flags_get_type):
Typo fix.
This commit is contained in:
Edward Hervey 2007-02-14 09:47:01 +00:00
parent 4840c7182d
commit 5c81998eb6
3 changed files with 7 additions and 2 deletions

View file

@ -1,3 +1,8 @@
2007-02-14 Edward Hervey <edward@fluendo.com>
* ext/ffmpeg/gstffmpegcfg.c: (gst_ffmpeg_flags_get_type):
Typo fix.
2007-02-09 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ffmpeg/gstffmpegdec.c: (gst_ffmpegdec_register):

2
common

@ -1 +1 @@
Subproject commit de43a8f3c629983e0bea0b8eb617e52ed35a6cda
Subproject commit 66d97715fc83888fd1b5469c569f0ef5bbea628b

View file

@ -271,7 +271,7 @@ gst_ffmpeg_flags_get_type (void)
{CODEC_FLAG_H263P_UMV, "Unlimited Motion Vector", "umv"},
{CODEC_FLAG_CBP_RD, "Rate Distoration Optimization for CBP", "cbp-rd"},
{CODEC_FLAG_QP_RD, "Rate Distoration Optimization for QP selection", "qp-rd"},
{CODEC_FLAG_SVCD_SCAN_OFFSET, "Reserve space for SVC scan offset user data", "scanoffset"},
{CODEC_FLAG_SVCD_SCAN_OFFSET, "Reserve space for SVCD scan offset user data", "scanoffset"},
{CODEC_FLAG_CLOSED_GOP, "Closed GOP", "closedgop"},
{0, NULL, NULL},
};