mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	matroskaenc: add missing new line in av_log() call
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
This commit is contained in:
		| @@ -632,7 +632,7 @@ static int mkv_write_tracks(AVFormatContext *s) | |||||||
|                 put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_SUBTITLE); |                 put_ebml_uint(pb, MATROSKA_ID_TRACKTYPE, MATROSKA_TRACK_TYPE_SUBTITLE); | ||||||
|                 break; |                 break; | ||||||
|             default: |             default: | ||||||
|                 av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska."); |                 av_log(s, AV_LOG_ERROR, "Only audio, video, and subtitles are supported for Matroska.\n"); | ||||||
|                 break; |                 break; | ||||||
|         } |         } | ||||||
|         ret = mkv_write_codecprivate(s, pb, codec, native_id, qt_id); |         ret = mkv_write_codecprivate(s, pb, codec, native_id, qt_id); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Aurelien Jacobs
					Aurelien Jacobs