Displaying 2 results from an estimated 2 matches for "encapiwrapp".
Did you mean:
encapiwrapper
2011 Apr 22
2
Can't compile libtheora vs2010
...; encoder_huffman.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\enc\encoder_huffman.c': No such file or directory
1> encode.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file: '..\lib\enc\encode.c': No
such file or directory
1> encapiwrapper.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\enc\encapiwrapper.c': No such file or directory
1> dct_encode.c (TaskId:16)
1>c1 : fatal error C1083: Cannot open source file:
'..\lib\enc\dct_encode.c': No such file or directory
1> dct_decod...
2008 Jan 07
0
uninitialised theora_info values
...0x40324C0: theora_encode_init (in
/home/conrad/src/xiph.org/theora/lib/.libs/libtheoraenc.so.1.0.0)
---- + Clearing theora_info struct ...
---- + Freeing encoder context ...
PASS: noop
Tracing this through, the theora_info structure seen by
theora_encode_init is created by th_info2theora_info in
encapiwrapper.c. This in turn does not set the following members of
the theora_info struct it creates:
/* decode */
_ci->codec_setup
/* encode */
_ci->quick_p
_ci->dropframes_p
_ci->keyframe_auto_p
_ci->keyframe_frequency
_ci->keyframe_data_target_bitrate
_ci->keyframe_...