mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-05 21:55:37 +01:00
avcodec: remove FF_API_FLAG_TRUNCATED
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
committed by
Anton Khirnov
parent
5f9e848e68
commit
3ceffe7839
@@ -303,15 +303,6 @@ typedef struct RcOverride{
|
||||
* error[?] variables will be set during encoding.
|
||||
*/
|
||||
#define AV_CODEC_FLAG_PSNR (1 << 15)
|
||||
#if FF_API_FLAG_TRUNCATED
|
||||
/**
|
||||
* Input bitstream might be truncated at a random location
|
||||
* instead of only at frame boundaries.
|
||||
*
|
||||
* @deprecated use codec parsers for packetizing input
|
||||
*/
|
||||
#define AV_CODEC_FLAG_TRUNCATED (1 << 16)
|
||||
#endif
|
||||
/**
|
||||
* Use interlaced DCT.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user