mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 15:33:00 +02:00
ffmpeg-2.0
This commit is contained in:
@@ -39,6 +39,7 @@
|
|||||||
#include <sys/prctl.h>
|
#include <sys/prctl.h>
|
||||||
|
|
||||||
#include <libavutil/avutil.h>
|
#include <libavutil/avutil.h>
|
||||||
|
#include <libavutil/time.h>
|
||||||
#include <libavformat/avformat.h>
|
#include <libavformat/avformat.h>
|
||||||
#define USE_LIBSWRESAMPLE
|
#define USE_LIBSWRESAMPLE
|
||||||
#ifdef USE_LIBSWRESAMPLE
|
#ifdef USE_LIBSWRESAMPLE
|
||||||
@@ -141,7 +142,7 @@ void releaseMutex(const char *filename __attribute__((unused)), const const char
|
|||||||
ffmpeg_printf(100, "::%d released mutex\n", line);
|
ffmpeg_printf(100, "::%d released mutex\n", line);
|
||||||
}
|
}
|
||||||
|
|
||||||
static char* Codec2Encoding(enum CodecID id, int* version)
|
static char* Codec2Encoding(enum AVCodecID id, int* version)
|
||||||
{
|
{
|
||||||
fprintf(stderr, "Codec ID: %.8lx\n", (long)id);
|
fprintf(stderr, "Codec ID: %.8lx\n", (long)id);
|
||||||
switch (id)
|
switch (id)
|
||||||
|
Reference in New Issue
Block a user