summaryrefslogtreecommitdiff
path: root/docs/libs
diff options
context:
space:
mode:
authorSreerenj Balachandran <sreerenj.balachandran@intel.com>2013-10-02 11:24:58 +0300
committerSebastian Dröge <slomo@circular-chaos.org>2013-10-02 10:57:54 +0200
commit8c9eaf0dc900f859d59d01da9c5d8bcdc89bb27c (patch)
tree8c54c4643f4aa9d2d531b784c5abf83ccadbaa52 /docs/libs
parent5ff85dd16aa8420b9261113a0ecfbe8d1779bca3 (diff)
downloadgstreamer-plugins-bad-8c9eaf0dc900f859d59d01da9c5d8bcdc89bb27c.tar.gz
codecparsers: h264: add helpers to convert quantization matrices
Add utility functions to convert quantization matrices from zig-zag scan order into raster scan order and vice-versa https://bugzilla.gnome.org/show_bug.cgi?id=708629
Diffstat (limited to 'docs/libs')
-rw-r--r--docs/libs/gst-plugins-bad-libs-sections.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/libs/gst-plugins-bad-libs-sections.txt b/docs/libs/gst-plugins-bad-libs-sections.txt
index 0d3ee9d1b..0a8069383 100644
--- a/docs/libs/gst-plugins-bad-libs-sections.txt
+++ b/docs/libs/gst-plugins-bad-libs-sections.txt
@@ -40,6 +40,10 @@ gst_h264_nal_parser_new
gst_h264_nal_parser_free
gst_h264_parse_sps
gst_h264_parse_pps
+gst_h264_video_quant_matrix_8x8_get_zigzag_from_raster
+gst_h264_video_quant_matrix_8x8_get_raster_from_zigzag
+gst_h264_video_quant_matrix_4x4_get_zigzag_from_raster
+gst_h264_video_quant_matrix_4x4_get_raster_from_zigzag
<SUBSECTION Standard>
<SUBSECTION Private>
</SECTION>