Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
pschatzmann committed Oct 29, 2024
1 parent 7a5b8c4 commit c86302d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=adpcm
version=0.1.1
version=0.1.2
author=FFMpeg
maintainer=Phil Schatzmann
sentence=ADPCM Codecs
Expand Down
1 change: 0 additions & 1 deletion src/ADPCM.h
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,6 @@ class ADPCMDecoder : public ADPCMCodec {

AVFrame &decode(AVPacket &packet) {
int got_packet_ptr = 0;
// frame.nb_samples = avctx.frame_size;

// clear frame data result
if (data_source == Undefined) {
Expand Down

0 comments on commit c86302d

Please sign in to comment.