timecode: drop lavc timecode on next bump.

This commit is contained in:
Clément Bœsch
2012-01-16 17:04:04 +01:00
committed by Clément Bœsch
parent 6f55156234
commit b90d79ec1f
2 changed files with 10 additions and 2 deletions

View File

@@ -22,8 +22,13 @@
/**
* @file
* Timecode helpers
* This *private* API is deprecated, please use the one available in libavutil instead.
*/
#include "version.h"
#if FF_API_OLD_TIMECODE
#include <stdio.h>
#include "timecode.h"
#include "libavutil/log.h"
@@ -128,7 +133,6 @@ int avpriv_init_smpte_timecode(void *avcl, struct ff_timecode *tc)
return 0;
}
#if FF_API_OLD_TIMECODE
int ff_framenum_to_drop_timecode(int frame_num)
{
return avpriv_framenum_to_drop_timecode(frame_num);