mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 15:02:58 +02:00
libeplayer3-arm: reduce compiler warnings
This commit is contained in:
@@ -290,7 +290,7 @@ int image_to_mpeg2(const char *image_name, int fd)
|
||||
uint8_t endcode[] = { 0, 0, 1, 0xb7 };
|
||||
write_all(fd,endcode, sizeof(endcode));
|
||||
}
|
||||
av_free_packet(&packet);
|
||||
av_packet_unref(&packet);
|
||||
}
|
||||
avcodec_close(codecContext);
|
||||
}
|
||||
|
Reference in New Issue
Block a user