mirror of
https://github.com/librempeg/librempeg
synced 2024-11-23 11:39:47 +00:00
nutenc: use av_assert
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
17bbb818ae
commit
dd2086140c
@ -810,7 +810,7 @@ static int nut_write_packet(AVFormatContext *s, AVPacket *pkt){
|
||||
frame_code=i;
|
||||
}
|
||||
}
|
||||
assert(frame_code != -1);
|
||||
av_assert0(frame_code != -1);
|
||||
fc= &nut->frame_code[frame_code];
|
||||
flags= fc->flags;
|
||||
needed_flags= get_needed_flags(nut, nus, fc, pkt);
|
||||
|
Loading…
Reference in New Issue
Block a user