diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2025-07-31 21:05:40 +0200 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2025-07-31 21:05:40 +0200 |
| commit | ecbe739f52c8cc1d2175c8c5f507281efab8cdb6 (patch) | |
| tree | 50983477231e171449965172f055b86dbeb9e258 | |
| parent | 27312d7a15d9428ea66797c761ec8ee92904b4ca (diff) | |
| download | box64-ecbe739f52c8cc1d2175c8c5f507281efab8cdb6.tar.gz box64-ecbe739f52c8cc1d2175c8c5f507281efab8cdb6.zip | |
[WRAPPER] Added 1 more wrapped function to libavcodec58
| -rw-r--r-- | src/wrapped/wrappedlibavcodec58_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedlibavcodec58_private.h b/src/wrapped/wrappedlibavcodec58_private.h index 38771b45..ccd5e0d7 100644 --- a/src/wrapped/wrappedlibavcodec58_private.h +++ b/src/wrapped/wrappedlibavcodec58_private.h @@ -29,7 +29,7 @@ GO(avcodec_configuration, pFv) //GOM(avcodec_dct_alloc, pFEv) //GOM(avcodec_dct_get_class, pFEv) //GOM(avcodec_dct_init, iFEp) -//GOM(avcodec_decode_subtitle2, iFEpppp) +GO(avcodec_decode_subtitle2, iFpppp) // AVCodecContext *, AVSubtitle *, AVPacket * //GOM(avcodec_default_execute, iFEppppii) //GOM(avcodec_default_execute2, iFEppppi) GO(avcodec_default_get_buffer2, iFppi) |