demux: rename demux_packet.h to packet.h

This always bothered me.
This commit is contained in:
wm4 2013-11-18 18:46:44 +01:00
parent d5bc4ee798
commit 82068ec56c
6 changed files with 6 additions and 6 deletions

View File

@ -27,7 +27,7 @@
#include "mpvcore/bstr.h" #include "mpvcore/bstr.h"
#include "mpvcore/mp_common.h" #include "mpvcore/mp_common.h"
#include "demux_packet.h" #include "packet.h"
#include "stheader.h" #include "stheader.h"
struct MPOpts; struct MPOpts;

View File

@ -20,7 +20,7 @@
#define MPLAYER_DEMUX_PACKET_H #define MPLAYER_DEMUX_PACKET_H
#include <stdbool.h> #include <stdbool.h>
#include <sys/types.h> #include <inttypes.h>
// Holds one packet/frame/whatever // Holds one packet/frame/whatever
typedef struct demux_packet { typedef struct demux_packet {

View File

@ -21,7 +21,7 @@
#include <libavcodec/avcodec.h> #include <libavcodec/avcodec.h>
#include "mpvcore/mp_talloc.h" #include "mpvcore/mp_talloc.h"
#include "demux/demux_packet.h" #include "demux/packet.h"
#include "av_common.h" #include "av_common.h"
#include "codecs.h" #include "codecs.h"

View File

@ -2,7 +2,7 @@
#define MPLAYER_SD_H #define MPLAYER_SD_H
#include "dec_sub.h" #include "dec_sub.h"
#include "demux/demux_packet.h" #include "demux/packet.h"
struct sd { struct sd {
struct MPOpts *opts; struct MPOpts *opts;

View File

@ -29,7 +29,7 @@
#include "osdep/timer.h" #include "osdep/timer.h"
#include "stream/stream.h" #include "stream/stream.h"
#include "demux/demux_packet.h" #include "demux/packet.h"
#include "mpvcore/codecs.h" #include "mpvcore/codecs.h"

View File

@ -48,7 +48,7 @@
#include "video/filter/vf.h" #include "video/filter/vf.h"
#include "video/decode/dec_video.h" #include "video/decode/dec_video.h"
#include "demux/stheader.h" #include "demux/stheader.h"
#include "demux/demux_packet.h" #include "demux/packet.h"
#include "osdep/numcores.h" #include "osdep/numcores.h"
#include "video/csputils.h" #include "video/csputils.h"