]> git.sesse.net Git - vlc/blobdiff - src/input/input.c
Created a small&clean public interface for the ac3 decoder (see ac3_decoder.h)
[vlc] / src / input / input.c
index 405a101597fc57f8064078cf205d19a407d2c28b..588995729e27b0b1a47f50325817ac1f2b028a3e 100644 (file)
@@ -1074,8 +1074,10 @@ static __inline__ void input_DemuxPES( input_thread_t *p_input,
                     break;
 
                 case AC3_AUDIO_ES:
+#if 0
                     /* we skip 4 bytes at the beginning of the AC3 payload */
                     p_ts->i_payload_start += 4;
+#endif
                     p_fifo = &(((ac3dec_thread_t *)(p_es_descriptor->p_dec))->fifo);
                     break;