You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
351 B
Diff
12 lines
351 B
Diff
--- minidlna/libav.h
|
|
+++ minidlna/libav.h
|
|
@@ -211,7 +211,7 @@
|
|
static inline int
|
|
lav_is_thumbnail_stream(AVStream *s, uint8_t **data, int *size)
|
|
{
|
|
-#if LIBAVFORMAT_VERSION_INT >= ((54<<16)+(6<<8))
|
|
+#if LIBAVFORMAT_VERSION_INT >= ((55<<16)+(6<<8))
|
|
if (s->disposition & AV_DISPOSITION_ATTACHED_PIC &&
|
|
lav_codec_id(s) == AV_CODEC_ID_MJPEG)
|
|
{
|