summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--fftools/ffprobe.c2
-rw-r--r--tests/ref/fate/hls-fmp4_ac32
2 files changed, 2 insertions, 2 deletions
diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c
index 95263e1e6f..c0fee0c2e7 100644
--- a/fftools/ffprobe.c
+++ b/fftools/ffprobe.c
@@ -2032,7 +2032,7 @@ static void print_pkt_side_data(WriterContext *w,
print_int("dv_bl_signal_compatibility_id", dovi->dv_bl_signal_compatibility_id);
} else if (sd->type == AV_PKT_DATA_AUDIO_SERVICE_TYPE) {
enum AVAudioServiceType *t = (enum AVAudioServiceType *)sd->data;
- print_int("type", *t);
+ print_int("service_type", *t);
} else if (sd->type == AV_PKT_DATA_MPEGTS_STREAM_ID) {
print_int("id", *sd->data);
} else if (sd->type == AV_PKT_DATA_CPB_PROPERTIES) {
diff --git a/tests/ref/fate/hls-fmp4_ac3 b/tests/ref/fate/hls-fmp4_ac3
index ce7367de4d..cbe3ea1f1f 100644
--- a/tests/ref/fate/hls-fmp4_ac3
+++ b/tests/ref/fate/hls-fmp4_ac3
@@ -5,6 +5,6 @@ channels=6
channel_layout=5.1(side)
[SIDE_DATA]
side_data_type=Audio Service Type
-type=0
+service_type=0
[/SIDE_DATA]
[/STREAM]