mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-05-17 15:08:09 +08:00
avformat/framecrc: add AVFMT_NODIMENSIONS flag
Framecrc does not need frame dimensions to work correctly. Signed-off-by: Marton Balint <cus@passwd.hu>
This commit is contained in:
@ -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,
|
||||
};
|
||||
|
Reference in New Issue
Block a user