]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/avio_internal.h
yuv4mpeg: Correctly round chroma up for odd luma sizes
[ffmpeg] / libavformat / avio_internal.h
index 1369c438911853e506830f4e01f1c88178cd8e52..3da2fc84224598dace028db0c2a852bd1b8ae1f2 100644 (file)
 #include "avio.h"
 #include "url.h"
 
+#include "libavutil/log.h"
+
+extern const AVClass ffio_url_class;
+
 int ffio_init_context(AVIOContext *s,
                   unsigned char *buffer,
                   int buffer_size,
@@ -77,7 +81,7 @@ unsigned long ff_crc04C11DB7_update(unsigned long checksum, const uint8_t *buf,
 /**
  * Open a write only packetized memory stream with a maximum packet
  * size of 'max_packet_size'.  The stream is stored in a memory buffer
- * with a big endian 4 byte header giving the packet size in bytes.
+ * with a big-endian 4 byte header giving the packet size in bytes.
  *
  * @param s new IO context
  * @param max_packet_size maximum packet size (must be > 0)