13 lines
351 B
Text
13 lines
351 B
Text
|
Update for newer FFmpeg API.
|
||
|
|
||
|
--- libtc/tcavcodec.h.orig Fri Jan 18 02:54:38 2013
|
||
|
+++ libtc/tcavcodec.h Fri Jan 18 02:54:52 2013
|
||
|
@@ -53,7 +53,6 @@ extern pthread_mutex_t tc_libavcodec_mutex;
|
||
|
|
||
|
#define TC_INIT_LIBAVCODEC do { \
|
||
|
TC_LOCK_LIBAVCODEC; \
|
||
|
- avcodec_init(); \
|
||
|
avcodec_register_all(); \
|
||
|
TC_UNLOCK_LIBAVCODEC; \
|
||
|
} while (0)
|