File: avinfo.h

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

unsigned long long gen_oshash(char const *filename);
void json_format_info(FILE* output, AVFormatContext *ic, const char *url);

#endif