mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-27 15:32:43 +02:00
ffmpeg-2.0
Origin commit data
------------------
Branch: master
Commit: fcb9984000
Author: martii <m4rtii@gmx.de>
Date: 2013-07-10 (Wed, 10 Jul 2013)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -39,6 +39,7 @@
|
||||
#include <sys/prctl.h>
|
||||
|
||||
#include <libavutil/avutil.h>
|
||||
#include <libavutil/time.h>
|
||||
#include <libavformat/avformat.h>
|
||||
#define 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);
|
||||
}
|
||||
|
||||
static char* Codec2Encoding(enum CodecID id, int* version)
|
||||
static char* Codec2Encoding(enum AVCodecID id, int* version)
|
||||
{
|
||||
fprintf(stderr, "Codec ID: %.8lx\n", (long)id);
|
||||
switch (id)
|
||||
|
Reference in New Issue
Block a user