Skip to content

Commit a26bae9

Browse files
author
Valentin NOEL
committed
FilterGraph: fixes Python binding compilation on Windows
Export AudioFrameBuffer class symbol for DLL
1 parent 343ef4e commit a26bae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/filter/FilterGraph.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace avtranscoder
2121
* It makes no sense to use such buffers for video, since video frames are spatially consistent,
2222
* so can not be divided nor concatenated.
2323
**/
24-
class AudioFrameBuffer
24+
class AvExport AudioFrameBuffer
2525
{
2626
public:
2727
AudioFrameBuffer(const AudioFrameDesc& audioFrameDesc);

0 commit comments

Comments
 (0)