[FFmpeg-devel] [PATCH 3/3] ffmpeg.h: OutputStream struct was moved to ffmpeg.h
Michael Smithng
michael at transparentpixel.com
Tue Aug 14 04:16:56 CEST 2012
in struct OutputStream:
+ int actual_bytes_written
+ int actual_previous_bytes
---
ffmpeg.h | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/ffmpeg.h b/ffmpeg.h
index 9b26103..aefa9e4 100644
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -313,6 +313,10 @@ typedef struct OutputStream {
int copy_initial_nonkeyframes;
int keep_pix_fmt;
+
+ int actual_bytes_written; // CK: actual bytes written to output stream
+ int actual_prev_bytes;
+
} OutputStream;
typedef struct OutputFile {
--
1.7.11.3
More information about the ffmpeg-devel
mailing list