mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
first commit
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
--- a/libav.h
|
||||
+++ b/libav.h
|
||||
@@ -167,7 +167,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 >= ((54<<16)+(6<<8))
|
||||
if (s->disposition & AV_DISPOSITION_ATTACHED_PIC &&
|
||||
s->codec->codec_id == AV_CODEC_ID_MJPEG)
|
||||
{
|
||||
@@ -177,6 +177,6 @@
|
||||
*size = s->attached_pic.size;
|
||||
return 1;
|
||||
}
|
||||
-#endif
|
||||
+endif*/
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user