mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-22 04:40:30 +00:00
Disable assertion for pitches in libavcodec
Can still be used for probing
This commit is contained in:
@@ -738,7 +738,7 @@ static decompress_status libavcodec_decompress(void *state, unsigned char *dst,
|
||||
unsigned int src_len, int frame_seq, struct video_frame_callbacks *callbacks, codec_t *internal_codec,
|
||||
const int *pitches)
|
||||
{
|
||||
assert(pitches == NULL);
|
||||
//assert(pitches == NULL); // TODO: the libavcodec may still be used for probing
|
||||
struct state_libavcodec_decompress *s = (struct state_libavcodec_decompress *) state;
|
||||
int got_frame = 0;
|
||||
decompress_status res = DECODER_NO_FRAME;
|
||||
|
||||
Reference in New Issue
Block a user