Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 297326 | Differences between
and this patch

Collapse All | Expand All

(-)iulib-0.4.orig//vidio/vidio.cc (-2 / +2 lines)
Lines 119-125 namespace iulib { Link Here
119
                             AVStream *st);
119
                             AVStream *st);
120
        void closeOutputVideo(AVFormatContext *oc, 
120
        void closeOutputVideo(AVFormatContext *oc, 
121
                              AVStream *st);
121
                              AVStream *st);
122
        AVFrame *allocOutputPicture(int pix_fmt, int width, int height);
122
        AVFrame *allocOutputPicture(PixelFormat pix_fmt, int width, int height);
123
123
124
        void copyToYUV(bytearray &red,
124
        void copyToYUV(bytearray &red,
125
                       bytearray &green,
125
                       bytearray &green,
Lines 624-630 namespace iulib { Link Here
624
624
625
625
626
626
627
    AVFrame *VidOutImpl::allocOutputPicture(int pix_fmt, int width, int height) {
627
    AVFrame *VidOutImpl::allocOutputPicture(PixelFormat pix_fmt, int width, int height) {
628
628
629
        AVFrame *picture;
629
        AVFrame *picture;
630
        uint8_t *picture_buf;
630
        uint8_t *picture_buf;

Return to bug 297326