mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avformat/nutenc: bump minor version due to broadcast/pipe
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
45daae06fd
commit
170a4d79c0
@ -342,7 +342,7 @@ static void write_mainheader(NUTContext *nut, AVIOContext *bc)
|
||||
|
||||
ff_put_v(bc, nut->version);
|
||||
if (nut->version > 3)
|
||||
ff_put_v(bc, nut->minor_version);
|
||||
ff_put_v(bc, nut->minor_version = 1);
|
||||
ff_put_v(bc, nut->avf->nb_streams);
|
||||
ff_put_v(bc, nut->max_distance);
|
||||
ff_put_v(bc, nut->time_base_count);
|
||||
|
Loading…
Reference in New Issue
Block a user