This is an automatic generated email to let you know that the following patch were queued at the http://git.linuxtv.org/cgit.cgi/v4l-utils.git tree:
Subject: media-info.cpp: support new functions Author: Hans Verkuil <hans.verk...@cisco.com> Date: Wed Jul 25 14:59:10 2018 +0200 Support the new Digital Video and codec functions. Signed-off-by: Hans Verkuil <hans.verk...@cisco.com> utils/common/media-info.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) --- http://git.linuxtv.org/cgit.cgi/v4l-utils.git/commit/?id=ff3fc8aa2a8ab28e784b5acf6ca2681b09ab411f diff --git a/utils/common/media-info.cpp b/utils/common/media-info.cpp index b735d143cc55..88e36bd06a01 100644 --- a/utils/common/media-info.cpp +++ b/utils/common/media-info.cpp @@ -293,7 +293,8 @@ static const flag_def entity_functions_def[] = { { MEDIA_ENT_F_FLASH, "Flash Controller" }, { MEDIA_ENT_F_LENS, "Lens Controller" }, { MEDIA_ENT_F_ATV_DECODER, "Analog Video Decoder" }, - { MEDIA_ENT_F_DTV_DECODER, "Digital Video Decoder" }, + { MEDIA_ENT_F_DV_DECODER, "Digital Video Decoder" }, + { MEDIA_ENT_F_DV_ENCODER, "Digital Video Encoder" }, { MEDIA_ENT_F_TUNER, "Tuner" }, { MEDIA_ENT_F_IF_VID_DECODER, "IF-PLL Video Decoder" }, { MEDIA_ENT_F_IF_AUD_DECODER, "IF-PLL Audio Decoder" }, @@ -306,6 +307,8 @@ static const flag_def entity_functions_def[] = { { MEDIA_ENT_F_PROC_VIDEO_LUT, "Video Look-Up Table" }, { MEDIA_ENT_F_PROC_VIDEO_SCALER, "Video Scaler" }, { MEDIA_ENT_F_PROC_VIDEO_STATISTICS, "Video Statistics" }, + { MEDIA_ENT_F_PROC_VIDEO_DECODER, "Video Decoder" }, + { MEDIA_ENT_F_PROC_VIDEO_ENCODER, "Video Encoder" }, { MEDIA_ENT_F_VID_MUX, "Video Muxer" }, { MEDIA_ENT_F_VID_IF_BRIDGE, "Video Interface Bridge" }, { 0, NULL } _______________________________________________ linuxtv-commits mailing list linuxtv-commits@linuxtv.org https://www.linuxtv.org/cgi-bin/mailman/listinfo/linuxtv-commits