mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
vpx: add VP8_DEBUG_TXT_* flags for postprocessing
https://bugzilla.gnome.org/show_bug.cgi?id=641399
This commit is contained in:
parent
342d8403f3
commit
1bb4b83e9a
1 changed files with 12 additions and 0 deletions
|
@ -62,6 +62,18 @@ gst_vpx_dec_post_processing_flags_get_type (void)
|
|||
{C_FLAGS (VP8_DEBLOCK), "Deblock", "deblock"},
|
||||
{C_FLAGS (VP8_DEMACROBLOCK), "Demacroblock", "demacroblock"},
|
||||
{C_FLAGS (VP8_ADDNOISE), "Add noise", "addnoise"},
|
||||
{C_FLAGS (VP8_DEBUG_TXT_FRAME_INFO),
|
||||
"Print frame information",
|
||||
"visualize-frame-info"},
|
||||
{C_FLAGS (VP8_DEBUG_TXT_MBLK_MODES),
|
||||
"Show macroblock mode selection overlaid on image",
|
||||
"visualize-macroblock-modes"},
|
||||
{C_FLAGS (VP8_DEBUG_TXT_DC_DIFF),
|
||||
"Show dc diff for each macro block overlaid on image",
|
||||
"visualize-dc-diff"},
|
||||
{C_FLAGS (VP8_DEBUG_TXT_RATE_INFO),
|
||||
"Print video rate info",
|
||||
"visualize-rate-info"},
|
||||
{C_FLAGS (VP8_MFQE), "Multi-frame quality enhancement", "mfqe"},
|
||||
{0, NULL, NULL}
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue