You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	avformat/gxf: fix old codec id
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
		| @@ -166,7 +166,7 @@ static int get_sindex(AVFormatContext *s, int id, int format) { | ||||
|         case 26: /* AVCi50 / AVCi100 (AVC Intra) */ | ||||
|         case 29: /* AVCHD */ | ||||
|             st->codec->codec_type = AVMEDIA_TYPE_VIDEO; | ||||
|             st->codec->codec_id = CODEC_ID_H264; | ||||
|             st->codec->codec_id = AV_CODEC_ID_H264; | ||||
|             st->need_parsing = AVSTREAM_PARSE_HEADERS; | ||||
|             break; | ||||
|         // timecode tracks: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user