Displaying 2 results from an estimated 2 matches for "1024768".
Did you mean:
1024x768
2019 Aug 27
5
Anyone using ffmpeg as a source-client?
As described here in ffmpeg's documentation:
http://ffmpeg.org/ffmpeg-all.html#Icecast
--
That Jack Elliott
(541) 848 7021
KPOV 88.9 FM High Desert Community radio
Host, The Sunday Classics
2012 Sep 07
1
[LLVMdev] type qualifiers in LLVM
Still diving into LLVM... I noticed that the LLVM type system does not represent qualifers (const, volatile, restrict).
>From what I can gather,
- the back end cannot ignore volatile, so loads/stores are annotated as volatile when they load/store through a volatile qualified pointer.
- const qualifiers are noted in metadata (I think)
- top level restrict qualified function parameters are