mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-01-02 21:12:12 +00: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:
parent
d89fbfd4df
commit
aea63ea7f5
@ -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,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user