]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/img2.c
Add Changelog entry and bump lavf micro version for the addition of
[ffmpeg] / libavformat / img2.c
index 124f135ddba717fe4fbc25d4ae1c0239e9c11558..0610ae1ee5e2351412c1cbee91d442d6576da309 100644 (file)
@@ -446,7 +446,7 @@ AVOutputFormat image2_muxer = {
     img_write_header,
     img_write_packet,
     NULL,
-    .flags= AVFMT_NOTIMESTAMPS | AVFMT_NOFILE
+    .flags= AVFMT_NOTIMESTAMPS | AVFMT_NODIMENSIONS | AVFMT_NOFILE
 };
 #endif
 #if CONFIG_IMAGE2PIPE_MUXER
@@ -460,6 +460,6 @@ AVOutputFormat image2pipe_muxer = {
     CODEC_ID_MJPEG,
     img_write_header,
     img_write_packet,
-    .flags= AVFMT_NOTIMESTAMPS
+    .flags= AVFMT_NOTIMESTAMPS | AVFMT_NODIMENSIONS
 };
 #endif