Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
aom
зеркало из
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули aom
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
55c6a74bd4
aom
/
vp8
/
exports_enc
3 строки
49 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
shared library support (.so) This patch adds support for building shared libraries when configured with the --enable-shared switch. Building DLLs would require more invasive changes to the sample utilities than I want to make in this patch, since on Windows you can't use the address of an imported symbol in a static initializer. The best way to work around this is proably to build the codec interface mapping table with an init() function, but dll support is of questionable value anyway, since most windows users will probably use a media framework lib like webmdshow, which links this library in staticly. Change-Id: Iafb48900549b0c6b67f4a05d3b790b2643d026f4
2010-06-03 18:29:04 +04:00
data vpx_codec_vp8_cx_algo
Add getter functions for the interface data symbols Having these symbols be available as functions rather than data is occasionally more convenient. Implemented this way rather than a get-codec-by-id style to avoid creating a link-time dependency between the encoder and the decoder. Fixes issue #169 Change-Id: I319f281277033a5e7e3ee3b092b9a87cce2f463d
2010-09-21 18:35:52 +04:00
text vpx_codec_vp8_cx