]> git.sesse.net Git - ffmpeg/blobdiff - libswresample/swresample_internal.h
Fix DCA regression test to work across architectures.
[ffmpeg] / libswresample / swresample_internal.h
index e3c0b3dd3897f38a7eed83f08a6b4d852751ab80..dc7304ce11db2d095e1f32680f81fea059ebe3a0 100644 (file)
@@ -64,6 +64,7 @@ struct SwrContext {
     int in_buffer_index;                            ///< cached buffer position
     int in_buffer_count;                            ///< cached buffer length
     int resample_in_constraint;                     ///< 1 if the input end was reach before the output end, 0 otherwise
+    int flushed;                                    ///< 1 if data is to be flushed and no further input is expected
 
     struct AudioConvert *in_convert;                ///< input conversion context
     struct AudioConvert *out_convert;               ///< output conversion context