]> git.sesse.net Git - nageru/blobdiff - audio_encoder.h
Set x264 global headers (Quick Sync global headers are still not there).
[nageru] / audio_encoder.h
index d627a9c281a6abd10bd42cc5e51f098a46b79412..786d36498bec525def5786e702f200bf79f189fb 100644 (file)
@@ -16,7 +16,7 @@ extern "C" {
 
 class AudioEncoder {
 public:
-       AudioEncoder(const std::string &codec_name, int bit_rate);
+       AudioEncoder(const std::string &codec_name, int bit_rate, const AVOutputFormat *oformat);
        ~AudioEncoder();
 
        void add_mux(Mux *mux) {  // Does not take ownership.