kopia lustrzana https://github.com/kierank/libmpegts
Fix 10L.
rodzic
2106e3a33b
commit
b183dbf044
|
@ -70,7 +70,7 @@ ts_writer_t *ts_create_writer( void )
|
||||||
if( !w )
|
if( !w )
|
||||||
{
|
{
|
||||||
fprintf( stderr, "Malloc failed\n" );
|
fprintf( stderr, "Malloc failed\n" );
|
||||||
return -1;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
return w;
|
return w;
|
||||||
|
|
Ładowanie…
Reference in New Issue