@deprecated use AVFMT_FLAG_NOFILLIN | AVFMT_FLAG_NOPARSE to read raw unprocessed packets
Read a transport packet from a media file.
This function is obsolete and should never be used. Use av_read_frame() instead.
@param s media file handle @param pkt is filled @return 0 if OK, AVERROR_xxx on error
See Implementation
@deprecated use AVFMT_FLAG_NOFILLIN | AVFMT_FLAG_NOPARSE to read raw unprocessed packets
Read a transport packet from a media file.
This function is obsolete and should never be used. Use av_read_frame() instead.
@param s media file handle @param pkt is filled @return 0 if OK, AVERROR_xxx on error