Hi,
I am using av_open_input_stream() to read aac (adts) stream over the network.I 
am observing a issue with the first aac packet that I am getting.The first 
AVPacket that the av_read_frame() gives does not contain valid adts header but 
all the subsequent packets do have valid adts header(I am looking at the 12 
bits syncword).
But same is not the case when using av_open_input_file().
Could any one help in why av_read_frame() returns a packet which is not valid 
but returns success status in return value.
I have compiled ffmpeg with libfaad enabled and disabled ffmpeg's aac decoder.
 


      
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to