You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	oggdec: fix faulty cleanup prototype
This commit is contained in:
		| @@ -192,7 +192,7 @@ fixup_vorbis_headers(AVFormatContext * as, struct oggvorbis_private *priv, | ||||
|     return offset; | ||||
| } | ||||
|  | ||||
| static int vorbis_cleanup(AVFormatContext *s, int idx) | ||||
| static void vorbis_cleanup(AVFormatContext *s, int idx) | ||||
| { | ||||
|     struct ogg *ogg = s->priv_data; | ||||
|     struct ogg_stream *os = ogg->streams + idx; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user