You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-23 21:54:53 +02:00
lavf/ogg: Support for end trimming Opus
Adding support for end trimming Opus embedded in Ogg container. Signed-Off By: Vignesh Venkatasubramanian <vigneshv@google.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
committed by
Michael Niedermayer
parent
b7dd459863
commit
23637f98f4
@@ -84,6 +84,7 @@ struct ogg_stream {
|
||||
int got_start;
|
||||
int got_data; ///< 1 if the stream got some data (non-initial packets), 0 otherwise
|
||||
int nb_header; ///< set to the number of parsed headers
|
||||
int end_trimming; ///< set the number of packets to drop from the end
|
||||
void *private;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user