You've already forked FFmpeg
							
							
				mirror of
				https://github.com/FFmpeg/FFmpeg.git
				synced 2025-10-30 23:18:11 +02:00 
			
		
		
		
	lavc/intrax8: fix an assert
This commit is contained in:
		| @@ -109,7 +109,7 @@ static inline void x8_select_ac_table(IntraX8Context *const w, int mode) | ||||
|     table_index       = get_bits(w->gb, 3); | ||||
|     // 2 modes use same tables | ||||
|     w->j_ac_vlc_table[mode] = j_ac_vlc[w->quant < 13][mode >> 1][table_index].table; | ||||
|     av_assert2(w->j_ac_vlc[mode]); | ||||
|     av_assert2(j_ac_vlc[mode]); | ||||
| } | ||||
|  | ||||
| static inline int x8_get_orient_vlc(IntraX8Context *w) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user