ffmpeg | branch: master | Marton Balint <c...@passwd.hu> | Tue Nov 19 22:25:49 2024 +0100| [aea63ea7f57483bd203000a68571c7af92911c27] | committer: Marton Balint
avformat/framecrc: add AVFMT_NODIMENSIONS flag Framecrc does not need frame dimensions to work correctly. Signed-off-by: Marton Balint <c...@passwd.hu> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aea63ea7f57483bd203000a68571c7af92911c27 --- libavformat/framecrcenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/framecrcenc.c b/libavformat/framecrcenc.c index ce306a6c49..2ba20f3aab 100644 --- a/libavformat/framecrcenc.c +++ b/libavformat/framecrcenc.c @@ -78,5 +78,5 @@ const FFOutputFormat ff_framecrc_muxer = { .write_header = framecrc_write_header, .write_packet = framecrc_write_packet, .p.flags = AVFMT_VARIABLE_FPS | AVFMT_TS_NONSTRICT | - AVFMT_TS_NEGATIVE, + AVFMT_TS_NEGATIVE | AVFMT_NODIMENSIONS, }; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".