Mercurial > libavformat.hg
diff utils.c @ 1675:b8656dd86312 libavformat
Attempt to better document AVFMT_NOFILE.
| author | reimar |
|---|---|
| date | Fri, 19 Jan 2007 22:54:50 +0000 |
| parents | a216ebdce1ff |
| children | 23c911d09382 |
line wrap: on
line diff
--- a/utils.c Fri Jan 19 22:52:59 2007 +0000 +++ b/utils.c Fri Jan 19 22:54:50 2007 +0000 @@ -270,6 +270,9 @@ /** * 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) {
