You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	Mark video from .mtv files correctly as upside-down.
Originally committed as revision 19698 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
		| @@ -102,6 +102,8 @@ static int mtv_read_header(AVFormatContext *s, AVFormatParameters *ap) | ||||
|     st->codec->height          = mtv->img_height; | ||||
|     st->codec->bits_per_coded_sample = mtv->img_bpp; | ||||
|     st->codec->sample_rate     = mtv->video_fps; | ||||
|     st->codec->extradata       = av_strdup("BottomUp"); | ||||
|     st->codec->extradata_size  = 9; | ||||
|  | ||||
|     // audio - mp3 | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user