Remove redundant code

This commit is contained in:
loki
2021-07-06 20:54:29 +02:00
parent cc3cf60015
commit 3d81b0fe7a
3 changed files with 12 additions and 29 deletions
-1
View File
@@ -57,7 +57,6 @@ struct packet_raw_t : public AVPacket {
};
using packet_t = std::unique_ptr<packet_raw_t>;
using idr_t = std::pair<int64_t, int64_t>;
struct config_t {
int width;