Skip to content

Commit

Permalink
updated offsets
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@4102 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Aug 8, 2013
1 parent 6c548e9 commit 267ee6d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions debian/patches/old-libav.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Index: xpra/codecs/dec_avcodec/decoder.pyx
int avcodec_close(AVCodecContext *avctx)
void av_free(void *ptr)

@@ -335,7 +335,7 @@
@@ -337,7 +337,7 @@
error("could not open codec")
self.clean_decoder()
return False
Expand All @@ -22,7 +22,7 @@ Index: xpra/codecs/dec_avcodec/decoder.pyx
if self.frame==NULL:
error("could not allocate an AVFrame for decoding")
self.clean_decoder()
@@ -370,8 +370,8 @@
@@ -372,8 +372,8 @@

debug("clean_decoder() freeing AVFrame: %s", hex(<unsigned long> self.frame))
if self.frame!=NULL:
Expand Down
4 changes: 2 additions & 2 deletions src/patches/old-libav.patch
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Index: xpra/codecs/dec_avcodec/decoder.pyx
int avcodec_close(AVCodecContext *avctx)
void av_free(void *ptr)

@@ -335,7 +335,7 @@
@@ -337,7 +337,7 @@
error("could not open codec")
self.clean_decoder()
return False
Expand All @@ -22,7 +22,7 @@ Index: xpra/codecs/dec_avcodec/decoder.pyx
if self.frame==NULL:
error("could not allocate an AVFrame for decoding")
self.clean_decoder()
@@ -370,8 +370,8 @@
@@ -372,8 +372,8 @@

debug("clean_decoder() freeing AVFrame: %s", hex(<unsigned long> self.frame))
if self.frame!=NULL:
Expand Down

0 comments on commit 267ee6d

Please sign in to comment.