Skip to content

Commit

Permalink
Fix build error on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Hieta committed Jan 18, 2013
1 parent fa31770 commit f777e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/DllAvFormat.h
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ class DllAvFormat : public DllDynamic, DllAvFormatInterface
DEFINE_METHOD1(int, av_write_trailer, (AVFormatContext *p1))
DEFINE_METHOD2(int, av_write_frame , (AVFormatContext *p1, AVPacket *p2))
/* PLEX */
DEFINE_METHOD1(int64_t, avio_size, (AVIOContext *s))
DEFINE_METHOD1(int64_t, avio_size, (AVIOContext *p1))
/* END PLEX */
BEGIN_METHOD_RESOLVE()
RESOLVE_METHOD_RENAME(av_register_all, av_register_all_dont_call)
Expand Down

0 comments on commit f777e6c

Please sign in to comment.