mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-04-05 05:04:49 +00:00
decoder fix
This commit is contained in:
@@ -804,7 +804,9 @@ packet_restored:
|
||||
}
|
||||
|
||||
if(!frame) {
|
||||
return FALSE;
|
||||
frame = display_get_frame(decoder->display);
|
||||
if(!frame)
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
if(!decoder->postprocess) {
|
||||
|
||||
Reference in New Issue
Block a user