Attempt to better document AVFMT_NOFILE.

Originally committed as revision 7590 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger
2007-01-19 22:54:50 +00:00
parent b8e705ec45
commit 40d9c544ac
2 changed files with 5 additions and 1 deletions

View File

@ -270,6 +270,9 @@ int av_filename_number_test(const char *filename)
/**
* Guess file format.
*
* @param is_opened whether the file is already opened, determines whether
* demuxers with or without AVFMT_NOFILE are probed
*/
AVInputFormat *av_probe_input_format(AVProbeData *pd, int is_opened)
{