mirror of
				https://github.com/nyanmisaka/ffmpeg-rockchip.git
				synced 2025-10-31 12:36:41 +08:00 
			
		
		
		
	libavfilter: add a default to silence a warning.
This commit is contained in:
		| @@ -162,6 +162,7 @@ static inline void avfilter_copy_buffer_ref_props(AVFilterBufferRef *dst, AVFilt | |||||||
|     switch (src->type) { |     switch (src->type) { | ||||||
|     case AVMEDIA_TYPE_VIDEO: *dst->video = *src->video; break; |     case AVMEDIA_TYPE_VIDEO: *dst->video = *src->video; break; | ||||||
|     case AVMEDIA_TYPE_AUDIO: *dst->audio = *src->audio; break; |     case AVMEDIA_TYPE_AUDIO: *dst->audio = *src->audio; break; | ||||||
|  |     default: break; | ||||||
|     } |     } | ||||||
| } | } | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Nicolas George
					Nicolas George