Ticket #12954: mythtv_FixAlignemnt.patch

File mythtv_FixAlignemnt.patch, 578 bytes (added by Joel Snape <joel.snape@…>, 7 years ago)

Solution for the problem changing the init method default

  • mythtv/libs/libmythtv/mythframe.h

    a b static inline void init(VideoFrame *vf, VideoFrameType _codec, 
    9595                        const int *p = 0,
    9696                        const int *o = 0,
    9797                        float _aspect = -1.0f, double _rate = -1.0f,
    98                         int _aligned = 64) MUNUSED;
     98                        int _aligned = 0) MUNUSED;
    9999static inline void clear(VideoFrame *vf);
    100100static inline bool compatible(const VideoFrame *a,
    101101                              const VideoFrame *b) MUNUSED;