]> git.sesse.net Git - ffmpeg/blobdiff - libavutil/timecode.h
doc/filters: move volumedetect documentation below volume
[ffmpeg] / libavutil / timecode.h
index 17d6b95ffd8fc0fb0a189329fb0856dba5999765..56e3975fd89d51f6017252911c7453a9bdf9d587 100644 (file)
@@ -45,16 +45,6 @@ typedef struct {
     unsigned fps;       ///< frame per second; must be consistent with the rate field
 } AVTimecode;
 
-/**
- * Adjust frame number for NTSC drop frame time code.
- *
- * @param framenum frame number to adjust
- * @return         adjusted frame number
- * @warning        adjustment is only valid in NTSC 29.97
- * @deprecated     use av_timecode_adjust_ntsc_framenum2 instead
- */
-attribute_deprecated int av_timecode_adjust_ntsc_framenum(int framenum);
-
 /**
  * Adjust frame number for NTSC drop frame time code.
  *
@@ -73,7 +63,7 @@ int av_timecode_adjust_ntsc_framenum2(int framenum, int fps);
  * @return         the SMPTE binary representation
  *
  * @note Frame number adjustment is automatically done in case of drop timecode,
- *       you do NOT have to call av_timecode_adjust_ntsc_framenum().
+ *       you do NOT have to call av_timecode_adjust_ntsc_framenum2().
  * @note The frame number is relative to tc->start.
  * @note Color frame (CF), binary group flags (BGF) and biphase mark polarity
  *       correction (PC) bits are set to zero.