]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avformat.h
avformat/m4vdec: raise threshold slightly for detection
[ffmpeg] / libavformat / avformat.h
index 7a0093ad4015e94a07852aedcdce0dbff35ba06b..8a9e6dc33ee3f9e7504624e02bb21bcf06e0d3e1 100644 (file)
@@ -2515,7 +2515,7 @@ void av_url_split(char *proto,         int proto_size,
  * @param ic        the context to analyze
  * @param index     index of the stream to dump information about
  * @param url       the URL to print, such as source or destination file
- * @param is_output Select whether specified context is of input(0) or output(1)
+ * @param is_output Select whether the specified context is an input(0) or output(1)
  */
 void av_dump_format(AVFormatContext *ic,
                     int index,