[MPlayer-dev-eng] [PATCH] lavf demuxer select and list formats
Reimar Döffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Mon Feb 5 15:48:24 CET 2007
Hello,
On Mon, Feb 05, 2007 at 03:43:02PM +0100, Nico Sabbi wrote:
> Reimar Döffinger wrote:
>
> >static int lavf_check_file(demuxer_t *demuxer){
> > AVProbeData avpd;
> > uint8_t buf[PROBE_BUF_SIZE];
> >@@ -173,6 +182,19 @@
> > avpd.buf= buf;
> > avpd.buf_size= PROBE_BUF_SIZE;
> >
> >+ if (opt_format) {
> >+ if (strcmp(opt_format, "help") == 0) {
> >+ list_formats();
> >
> >
> is there a function called list_formats() without av_ ? how could it
> survive so far
> with that name?
May I kindly request that you look a few lines further up in the patch
;-)
Greetings,
Reimar Döffinger
More information about the MPlayer-dev-eng
mailing list