]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio.h
Move set_codec_from_probe_data() up to where the other probe functions are.
[ffmpeg] / libavformat / avio.h
index 61459c53917a4be7235904e294ed6e54e230b3d9..2d2e26999da27788a266ac306e8f04c421c2f697 100644 (file)
@@ -269,7 +269,7 @@ int get_buffer(ByteIOContext *s, unsigned char *buf, int size);
 
 /**
  * Reads size bytes from ByteIOContext into buf.
- * This reads at most 1 packet. If thats not enough fewer bytes will be
+ * This reads at most 1 packet. If that is not enough fewer bytes will be
  * returned.
  * @returns number of bytes read or AVERROR
  */