diff options
author | Martin Storsjö <martin@martin.st> | 2011-05-20 12:27:02 +0300 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2011-05-27 19:56:44 +0300 |
commit | 28734ac995ef4ea9be2203144362a585b2296637 (patch) | |
tree | 2b1d01f864006514c0b57deff584ec716808458b /libavformat/version.h | |
parent | 91e3a25ef6de2efcbea38ec0f6ffd3f8785962a2 (diff) | |
download | ffmpeg-28734ac995ef4ea9be2203144362a585b2296637.tar.gz |
movenc: Deprecate the global RTP hinting flag, use a private AVOption instead
Instead of -fflags rtphint, set -movflags rtphint instead.
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavformat/version.h')
-rw-r--r-- | libavformat/version.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libavformat/version.h b/libavformat/version.h index b2ac6d8181..0b53005a6f 100644 --- a/libavformat/version.h +++ b/libavformat/version.h @@ -71,5 +71,8 @@ #ifndef FF_API_FORMAT_PARAMETERS #define FF_API_FORMAT_PARAMETERS (LIBAVFORMAT_VERSION_MAJOR < 54) #endif +#ifndef FF_API_FLAG_RTP_HINT +#define FF_API_FLAG_RTP_HINT (LIBAVFORMAT_VERSION_MAJOR < 54) +#endif #endif /* AVFORMAT_VERSION_H */ |