You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
ffprobe: Remove abort()
Found-by: Ganesh Ajjanagadde and wm4 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -1890,7 +1890,6 @@ static void show_frame(WriterContext *w, AVFrame *frame, AVStream *stream,
|
|||||||
print_str("side_data_type", name ? name : "unknown");
|
print_str("side_data_type", name ? name : "unknown");
|
||||||
print_int("side_data_size", sd->size);
|
print_int("side_data_size", sd->size);
|
||||||
if (sd->type == AV_FRAME_DATA_DISPLAYMATRIX && sd->size >= 9*4) {
|
if (sd->type == AV_FRAME_DATA_DISPLAYMATRIX && sd->size >= 9*4) {
|
||||||
abort();
|
|
||||||
writer_print_integers(w, "displaymatrix", sd->data, 9, " %11d", 3, 4, 1);
|
writer_print_integers(w, "displaymatrix", sd->data, 9, " %11d", 3, 4, 1);
|
||||||
print_int("rotation", av_display_rotation_get((int32_t *)sd->data));
|
print_int("rotation", av_display_rotation_get((int32_t *)sd->data));
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user