Skip to content

Commit

Permalink
Merge pull request #7 from alseambusher/patch-1
Browse files Browse the repository at this point in the history
include <utility> to use std::pair
  • Loading branch information
DaWelter authored Mar 17, 2021
2 parents 5c8c6d2 + 0a522cc commit 9f55505
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/h264decoder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ mechanisms of boost::python.
// for ssize_t (signed int type as large as pointer type)
#include <cstdlib>
#include <stdexcept>
#include <utility>

struct AVCodecContext;
struct AVFrame;
Expand Down Expand Up @@ -109,4 +110,4 @@ int row_size(const AVFrame&);
* https://libav.org/documentation/doxygen/release/9/group__lavu.html
* https://libav.org/documentation/doxygen/release/9/group__lavc__picture.html
* http://dranger.com/ffmpeg/tutorial01.html
*/
*/

0 comments on commit 9f55505

Please sign in to comment.