mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-21 15:56:42 +00:00
parent
0fb014fdbe
commit
21e855d167
1 changed files with 1 additions and 0 deletions
|
@ -273,6 +273,7 @@ gst_ffmpeg_flags_get_type (void)
|
||||||
{CODEC_FLAG_MV0, "Always try a MB with MV (0,0)", "mv0"},
|
{CODEC_FLAG_MV0, "Always try a MB with MV (0,0)", "mv0"},
|
||||||
{CODEC_FLAG_PART,
|
{CODEC_FLAG_PART,
|
||||||
"Store MV, DC and AC coefficients in seperate partitions", "part"},
|
"Store MV, DC and AC coefficients in seperate partitions", "part"},
|
||||||
|
{CODEC_FLAG_LOOP_FILTER, "Loop filter", "loop-filter"},
|
||||||
{CODEC_FLAG_GRAY, "Only decode/encode grayscale", "gray"},
|
{CODEC_FLAG_GRAY, "Only decode/encode grayscale", "gray"},
|
||||||
{CODEC_FLAG_NORMALIZE_AQP,
|
{CODEC_FLAG_NORMALIZE_AQP,
|
||||||
"Normalize Adaptive Quantization (masking, etc)", "aqp"},
|
"Normalize Adaptive Quantization (masking, etc)", "aqp"},
|
||||||
|
|
Loading…
Reference in a new issue