File: libavcodec.v

package info (click to toggle)
ffmpeg 7%3A8.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 113,964 kB
  • sloc: ansic: 1,376,567; asm: 153,816; sh: 9,602; makefile: 5,414; cpp: 5,172; lisp: 1,771; perl: 1,463; objc: 1,058; python: 120; awk: 56; ruby: 51
file content (9 lines) | stat: -rw-r--r-- 132 bytes parent folder | download | duplicates (16)
1
2
3
4
5
6
7
8
9
LIBAVCODEC_MAJOR {
    global:
        av_*;
        avcodec_*;
        avpriv_*;
        avsubtitle_free;
    local:
        *;
};