]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/aac.h
jpeglsdec: move pict debug log under correct if()
[ffmpeg] / libavcodec / aac.h
index 29ba2f140220428c39c53ff091be7efcdb5a1431..a1e91b09b6fcd38bf5a2431f5b18781a3ab8b66d 100644 (file)
@@ -304,6 +304,15 @@ typedef struct {
     float *output_data[MAX_CHANNELS];                 ///< Points to each element's 'ret' buffer (PCM output).
     /** @} */
 
+
+    /**
+     * @name Japanese DTV specific extension
+     * @{
+     */
+    int enable_jp_dmono; ///< enable japanese DTV specific 'dual mono'
+    int dmono_mode;      ///< select the channel to decode in dual mono.
+    /** @} */
+
     DECLARE_ALIGNED(32, float, temp)[128];
 
     OutputConfiguration oc[2];