comparison rmdec.c @ 4201:7d2f3f1b68d8 libavformat

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
author diego
date Sun, 11 Jan 2009 22:19:48 +0000
parents 6088f5935138
children 77e0c7511d41
comparison
equal deleted inserted replaced
4200:898c3d1d9e4e 4201:7d2f3f1b68d8
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #include "libavutil/avstring.h" 22 #include "libavutil/avstring.h"
23 #include "libavutil/intreadwrite.h"
23 #include "avformat.h" 24 #include "avformat.h"
24 #include "rm.h" 25 #include "rm.h"
25 26
26 struct RMStream { 27 struct RMStream {
27 AVPacket pkt; ///< place to store merged video frame / reordered audio data 28 AVPacket pkt; ///< place to store merged video frame / reordered audio data