#include "libmpeg3.h"#include <stdint.h>#include <stdio.h>#include <string.h>#include <stdlib.h>

Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Definition at line 18 of file mpeg3toc.c.
References fprintf, mpeg3_do_toc(), mpeg3_major(), mpeg3_minor(), mpeg3_release(), mpeg3_start_toc(), mpeg3_stop_toc(), src, and verbose.

1.5.5