File: iso639.h

package info (click to toggle)
ffmpeg2theora 0.30-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 608 kB
  • sloc: ansic: 5,810; python: 1,021; sh: 83; makefile: 21; xml: 1
file content (7 lines) | stat: -rw-r--r-- 112 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#ifndef _F2T_ISO639_H_
#define _F2T_ISO639_H_

extern const char *find_iso639_1(const char *iso639_2);

#endif