]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/oggenc.c
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
[ffmpeg] / libavformat / oggenc.c
index 16b6b22255ecd2a5fc9f2257aef779f0e0f03570..717448851b4469dd6cbd58321ebcda784703492b 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include "libavutil/crc.h"
+#include "libavcodec/xiph.h"
+#include "libavcodec/bytestream.h"
 #include "avformat.h"
-#include "crc.h"
-#include "xiph.h"
-#include "bytestream.h"
 
 typedef struct {
     int64_t duration;
@@ -279,7 +279,7 @@ static int ogg_write_trailer(AVFormatContext *s)
 
 AVOutputFormat ogg_muxer = {
     "ogg",
-    "Ogg format",
+    NULL_IF_CONFIG_SMALL("Ogg"),
     "application/ogg",
     "ogg",
     0,