[MPlayer-dev-eng] [PATCH] lavf demuxer select and list formats

Nico Sabbi nsabbi at email.it
Mon Feb 5 15:43:02 CET 2007


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?

 
 
 --
 Email.it, the professional e-mail, gratis per te: http://www.email.it/f
 
 Sponsor:
 Refill s.r.l. - Cartucce compatibili e kit di ricarica per tutti i modelli di stampante. Acquista al telefono o online: consegna in tutta Italia in 48 ore!
 Clicca qui: http://adv.email.it/cgi-bin/foclick.cgi?midQ90&d=5-2



More information about the MPlayer-dev-eng mailing list