Michael Niedermayer <[EMAIL PROTECTED]> added the comment:
[...]
> @@ -3417,6 +3418,13 @@
> }
> printf("\n");
>
> + printf("Bitstream filters:\n");
> + for(bsf = first_bitstream_filter; bsf != NULL; bsf = bsf->next) {
> + if(bsf->name)
> + printf(" %s", bsf->name);why the NULL check? [...] ______________________________________________________ FFmpeg issue tracker <[EMAIL PROTECTED]> <https://roundup.mplayerhq.hu/roundup/ffmpeg/issue295> ______________________________________________________
