File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
Source/MediaInfo/Multiple Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,7 @@ static const char* Gxf_MediaTypes(int8u Type)
118118 case 23 : return " MPEG-1 Video" ; // 625 lines
119119 case 24 : return " SMPTE 12M" ; // HD
120120 case 25 : return " DV" ; // DVCPRO HD
121+ case 26 : return " AVC" ;
121122 case 29 : return " AVC" ;
122123 case 30 : return " VC-3" ;
123124 default : return " " ;
@@ -150,6 +151,7 @@ static stream_t Gxf_MediaTypes_StreamKind(int8u Type)
150151 case 23 : return Stream_Video;
151152 case 24 : return Stream_Max;
152153 case 25 : return Stream_Video;
154+ case 26 : return Stream_Video;
153155 case 29 : return Stream_Video;
154156 case 30 : return Stream_Video;
155157 default : return Stream_Max;
@@ -1089,6 +1091,7 @@ void File_Gxf::map()
10891091 #endif // MEDIAINFO_RIFF_YES
10901092 }
10911093 break ;
1094+ case 26 :
10921095 case 29 : // AVC
10931096 {
10941097 File__Analyze* Parser=new File_Avc ();
You can’t perform that action at this time.
0 commit comments