view mpbswap.h @ 24681:1ecf2ff1d512

in update_stats() removed a wrong 'else' that would prevent h264 headers to be recognized: all 0x12x headers were accounted for only in num_elementary_packets12x. Fixes detection of certain H264 in ES/PS streams
author nicodvb
date Thu, 04 Oct 2007 17:15:06 +0000
parents 2606b8c645de
children 4129c8cfa742
line wrap: on
line source

#ifndef MPBSWAP_H
#define MPBSWAP_H

#include "libavutil/bswap.h"
#ifndef HAVE_SWAB
void swab(const void *from, void *to, ssize_t n);
#endif

#endif /* MPBSWAP_H */