diff options
author | Edward Hervey <edward@centricular.com> | 2015-04-28 14:52:36 +0200 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2015-04-28 14:53:03 +0200 |
commit | 57891a417738f105935e1664c6213adc448b3395 (patch) | |
tree | 6de273602112376c82f476106877ef2e24e58e19 /win32 | |
parent | 17084a4608e21349a502de006210f2df7e9b97a3 (diff) |
win32: update defs
Diffstat (limited to 'win32')
-rw-r--r-- | win32/common/libgstcodecparsers.def | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/common/libgstcodecparsers.def b/win32/common/libgstcodecparsers.def index f02b3862b..2fe49c455 100644 --- a/win32/common/libgstcodecparsers.def +++ b/win32/common/libgstcodecparsers.def @@ -38,6 +38,10 @@ EXPORTS gst_h265_parser_parse_slice_hdr gst_h265_parser_parse_sps gst_h265_parser_parse_vps + gst_h265_quant_matrix_4x4_get_raster_from_zigzag + gst_h265_quant_matrix_4x4_get_zigzag_from_raster + gst_h265_quant_matrix_8x8_get_raster_from_zigzag + gst_h265_quant_matrix_8x8_get_zigzag_from_raster gst_h265_sei_copy gst_h265_sei_free gst_h265_slice_hdr_copy |