You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	now we set codec_tag, still have to figure out how to handle flipping
Originally committed as revision 6892 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -104,6 +104,7 @@ static int mtv_read_header(AVFormatContext *s, AVFormatParameters *ap) | ||||
|     av_set_pts_info(st, 64, 1, mtv->video_fps); | ||||
|     st->codec->codec_type      = CODEC_TYPE_VIDEO; | ||||
|     st->codec->codec_id        = CODEC_ID_RAWVIDEO; | ||||
|     st->codec->codec_tag       = MKTAG('R', 'G', 'B', mtv->img_bpp); | ||||
|     st->codec->width           = mtv->img_width; | ||||
|     st->codec->height          = mtv->img_height; | ||||
|     st->codec->bits_per_sample = mtv->img_bpp; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user