]> git.sesse.net Git - ffmpeg/blobdiff - ffmpeg.h
avutil: add ayuv64le and ayuv64be packed pixel format
[ffmpeg] / ffmpeg.h
index cf2865fd2f9402a35398cb4f7dcb451d3f347e91..e43c985f52d4343d79bf4a30bc8b7dc0f320553f 100644 (file)
--- a/ffmpeg.h
+++ b/ffmpeg.h
@@ -456,6 +456,9 @@ typedef struct OutputStream {
     // number of frames/samples sent to the encoder
     uint64_t frames_encoded;
     uint64_t samples_encoded;
+
+    /* packet quality factor */
+    int quality;
 } OutputStream;
 
 typedef struct OutputFile {